From a0101257ed52727f61672c1722340d4bd4fa5b89 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Thu, 24 Feb 2022 14:03:11 -0600 Subject: [PATCH] update changelog to include db config connection return value change (#14256) --- changelog/14033.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/14033.txt b/changelog/14033.txt index 9e113a813..43906a414 100644 --- a/changelog/14033.txt +++ b/changelog/14033.txt @@ -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" +```