From 8724fe561947e64987ed6c2698ebc61f8e9a3c84 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 30 Jun 2023 16:10:21 +0530 Subject: [PATCH] Update release note. --- docs/en_US/release_notes_7_5.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_7_5.rst b/docs/en_US/release_notes_7_5.rst index 18b6bf874..704ddd5f7 100644 --- a/docs/en_US/release_notes_7_5.rst +++ b/docs/en_US/release_notes_7_5.rst @@ -25,9 +25,11 @@ New features Housekeeping ************ + | `Issue #6295 `_ - Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. Bug fixes ********* | `Issue #6165 `_ - Fixed an issue where Import Export not working when using pgpassfile. | `Issue #6364 `_ - Fixed Query Tool/ PSQL tool tab title not getting updated on database rename. + | `Issue #6515 `_ - Fixed an issue where the query tool is unable to execute a query on Postgres 10 and below versions.