From b9f9ad8027f6a7deedfee21b51d315b73eae427d Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Tue, 16 May 2023 11:32:46 +0530 Subject: [PATCH] Update release notes --- docs/en_US/release_notes_7_2.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_7_2.rst b/docs/en_US/release_notes_7_2.rst index dd5d37991..4147fdbae 100644 --- a/docs/en_US/release_notes_7_2.rst +++ b/docs/en_US/release_notes_7_2.rst @@ -32,5 +32,7 @@ Bug fixes | `Issue #6253 `_ - Fix an issue in the register server when setting the role, an arbitrary SQL query can be fired. | `Issue #6003 `_ - Indicate the user if all the server's children nodes are hidden from the preferences setting. + | `Issue #6026 `_ - Tools menu should be toggled for "pause replay of wal" and "resume replay of wal". + | `Issue #6080 `_ - pgAdmin icon not showing on taskbar on Windows 10. | `Issue #6221 `_ - Fix circular reference error for the multirange data types in the query tool. - | `Issue #6267 `_ - Ensure the user is able to log in if the specified OAUTH2_USERNAME_CLAIM is present in the OAuth2 profile. \ No newline at end of file + | `Issue #6267 `_ - Ensure the user is able to log in if the specified OAUTH2_USERNAME_CLAIM is present in the OAuth2 profile.