From ba87cbecfd98d4accb71688ad4488bc8a1273334 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Mon, 19 Aug 2024 15:17:24 +0530 Subject: [PATCH] Update release notes. --- docs/en_US/release_notes_8_11.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en_US/release_notes_8_11.rst b/docs/en_US/release_notes_8_11.rst index 99b596cd4..da4d37511 100644 --- a/docs/en_US/release_notes_8_11.rst +++ b/docs/en_US/release_notes_8_11.rst @@ -25,6 +25,7 @@ New features Housekeeping ************ + | `Issue #7705 `_ - Upgrade react-data-grid fork to latest and change pgAdmin accordingly. | `Issue #7776 `_ - Introduce custom React Hook useSchemaState to simplify SchemaView component. Bug fixes @@ -39,4 +40,6 @@ Bug fixes | `Issue #7737 `_ - Fixed an issue where the REVOKE statement in the create script was throwing an error if the role contained special characters. | `Issue #7748 `_ - Improve code highlighting in query editor. | `Issue #7754 `_ - Fix an issue where the wheel package is not getting installed on the arm64-based macOS version < 14. + | `Issue #7772 `_ - Fixed an issue where column resizing is not working in search objects dialog. | `Issue #7775 `_ - Fixed an issue where the value in the find box is not updating with selected text in editor if find is already open and re-triggered. + | `Issue #7793 `_ - Fixed paths for Flatpak broken after Electron changes.