From 486e68b8be1ac207a13c5556a8551e5acad5b7f9 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 22 Feb 2023 14:08:40 +0530 Subject: [PATCH] Update release note --- docs/en_US/release_notes_6_21.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_6_21.rst b/docs/en_US/release_notes_6_21.rst index cf0b65ab5..2768aac57 100644 --- a/docs/en_US/release_notes_6_21.rst +++ b/docs/en_US/release_notes_6_21.rst @@ -41,6 +41,8 @@ Bug fixes | `Issue #5764 `_ - Fix an issue where the maintenance dialog for Materialized View gives an error. | `Issue #5773 `_ - Fixed an issue where Clear Saved Password should be disabled if the password is already cleared. | `Issue #5790 `_ - Fixed an issue where the user can't create trigger AFTER UPDATE OF. + | `Issue #5803 `_ - Fix an issue where query tool is stripping spaces in grid cell. + | `Issue #5810 `_ - Fix an issue where sequence owner is remove on sequence edit. | `Issue #5822 `_ - Do not allow to save invalid JSON in query tool JSON editor. | `Issue #5847 `_ - Fixed an issue where pgAdmin failed to connect when the Postgres password included special characters. | `Issue #5872 `_ - Handle MERGE operation in query tool explain introduced in PostgreSQL 15.