From f3fb76f669cc849a43c1c9dafccade3f49686f3a Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 28 Nov 2023 16:46:32 +0530 Subject: [PATCH] Update release note --- docs/en_US/release_notes_8_1.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_8_1.rst b/docs/en_US/release_notes_8_1.rst index 775dbb660..6c60abc5e 100644 --- a/docs/en_US/release_notes_8_1.rst +++ b/docs/en_US/release_notes_8_1.rst @@ -20,6 +20,8 @@ Bundled PostgreSQL Utilities New features ************ + | `Issue #4580 `_ - Add support for generating ERD for a schema. + | `Issue #6854 `_ - Add support for creating a function with custom return type. Housekeeping ************ @@ -29,7 +31,6 @@ Bug fixes ********* | `Issue #6803 `_ - Fixed an issue where reading process logs throws an error when DATA_DIR is moved to a networked drive. - | `Issue #6854 `_ - Add support for creating a function with custom return type. | `Issue #6887 `_ - Fixed an issue where syntax error was not highlighting in query tool. | `Issue #6921 `_ - Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. | `Issue #6950 `_ - Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file.