update changelog to include db config connection return value change (#14256)

This commit is contained in:
John-Michael Faircloth 2022-02-24 14:03:11 -06:00 committed by GitHub
parent 3438f5dbae
commit a0101257ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
```release-note:feature
**Database plugin multiplexing**: manage multiple database connections with a single plugin process
```
```release-note:change
plugin/database: The return value from `POST /database/config/:name` has been updated to "204 No Content"
```