From 0914ec24ad12845922e1e33104c3fdeab431063c Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 26 Mar 2025 15:54:52 +0530 Subject: [PATCH] Updated release note. --- docs/en_US/release_notes_9_2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_9_2.rst b/docs/en_US/release_notes_9_2.rst index bb1738432..108e00f90 100644 --- a/docs/en_US/release_notes_9_2.rst +++ b/docs/en_US/release_notes_9_2.rst @@ -32,6 +32,7 @@ New features Housekeeping ************ + | `Issue #8545 `_ - Added Security.md file. Bug fixes ********* @@ -39,6 +40,7 @@ Bug fixes | `Issue #8006 `_ - Removed the pre-install script from the Red Hat build function as it was causing a No such file or directory warning during the update. | `Issue #8316 `_ - Ensure that modal dialogs are not triggered more than once to avoid duplicates. | `Issue #8355 `_ - Change session files garbage collection strategy. + | `Issue #8362 `_ - Fixed an issue where pgAdmin should fallback to main screen if the last opened screen is disconnected. | `Issue #8437 `_ - Fixed an issue where the PSQL terminal displays keyname for non alphanumeric keys. | `Issue #8462 `_ - Fixed an issue where geometries in the geometry viewer will render partially when the container was resized. | `Issue #8473 `_ - Change the stop/terminate icon at all the places for better UX.