From c873217cf14429a33d62dc4130e4c05596ca585c Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 3 Aug 2023 09:45:44 +0530 Subject: [PATCH] Update release notes --- docs/en_US/release_notes_7_6.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_7_6.rst b/docs/en_US/release_notes_7_6.rst index 24510bb71..a398779b5 100644 --- a/docs/en_US/release_notes_7_6.rst +++ b/docs/en_US/release_notes_7_6.rst @@ -26,6 +26,7 @@ New features | `Issue #6381 `_ - Added support for SYSTEM, CONCURRENTLY and TABLESPACE options in REINDEX. | `Issue #6397 `_ - Added new/missing options to the VACUUM command. | `Issue #6415 `_ - Added SKIP_LOCKED and BUFFER_USAGE_LIMIT option to Analyze command. + | `Issue #6448 `_ - Add support for TRUNCATE trigger in foreign table. Housekeeping ************ @@ -35,5 +36,6 @@ Housekeeping Bug fixes ********* + | `Issue #5454 `_ - Fix incorrect redirection URL after authentication by removing fixed value set to SCRIPT_NAME environment variable in pgAdmin4.wsgi file. | `Issue #6500 `_ - Fix the issue where query tool window turns blank if the user tries to generate a graph on the result. | `Issue #6624 `_ - Fix an issue where changing MFA_SUPPORTED_METHODS breaks the MFA validation.