From dfbbc3b1a133f1391f1c1c8a4e8b1412acaaedd5 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Fri, 23 Feb 2024 14:08:56 +0530 Subject: [PATCH] Update release notes. --- docs/en_US/release_notes_8_4.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_8_4.rst b/docs/en_US/release_notes_8_4.rst index 8f8c4b927..afe4f7e43 100644 --- a/docs/en_US/release_notes_8_4.rst +++ b/docs/en_US/release_notes_8_4.rst @@ -29,10 +29,12 @@ Housekeeping | `Issue #7097 `_ - Upgrade CodeMirror from version 5 to 6. | `Issue #7187 `_ - Separate the application name, branding & version information from the configuration file. + | `Issue #7234 `_ - Upgrade python packages cryptography to 42.0.x and Flask-Security-Too to 5.3.x. Bug fixes ********* + | `Issue #6808 `_ - Fix multiple issues where PasswordExecCommand was not working in server mode and PasswordExecCommand was not loaded when importing servers. | `Issue #6808 `_ - Fix the tabbed panel backward/forward shortcut for tabs. | `Issue #7027 `_ - Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. | `Issue #7164 `_ - Fix an issue where constraint check control is enabled in the edit table dialog.