From b512404c851eb054d946f857eb5d11bf23ef528e Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Tue, 17 Oct 2023 15:19:40 +0530 Subject: [PATCH] Update release notes --- docs/en_US/release_notes_7_8.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en_US/release_notes_7_8.rst b/docs/en_US/release_notes_7_8.rst index 66d395764..582c36a89 100644 --- a/docs/en_US/release_notes_7_8.rst +++ b/docs/en_US/release_notes_7_8.rst @@ -40,6 +40,7 @@ Bug fixes | `Issue #6482 `_ - Fixed an issue where the wrong message "Current database has been moved or renamed" is displayed when debugging any function. | `Issue #6538 `_ - Fixed an issue where Processes tab displays wrong server name in some scenario. | `Issue #6579 `_ - Fix an issue where global/native keyboard shortcuts are not working when any cell of data output grid has focus. + | `Issue #6666 `_ - Fixed query history slowness issue by storing query only for those having certain threshold max length. | `Issue #6674 `_ - Fix an issue where foreign table column name becomes "none" if the user changes any column data type. | `Issue #6718 `_ - Pin the cryptography version to fix PyO3 modules initialisation error. | `Issue #6790 `_ - Ensure that the backup works properly for PG 16 on the latest docker image.