From 20caa6350893d6f890de78e0b2cc40778f0d0a9e Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 19 Jun 2024 17:55:40 +0530 Subject: [PATCH] Fixed an issue where query tool auto-complete stops working after connection change. #7593 --- docs/en_US/release_notes_8_9.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_8_9.rst b/docs/en_US/release_notes_8_9.rst index b404f4588..5d6ab1012 100644 --- a/docs/en_US/release_notes_8_9.rst +++ b/docs/en_US/release_notes_8_9.rst @@ -41,4 +41,5 @@ Bug fixes | `Issue #7528 `_ - Fixed an issue where backslash breaks syntax highlighting. | `Issue #7536 `_ - Search Objects dialog should focus on search input on open. | `Issue #7555 `_ - Fixed an issue where query tool shortcuts for find/replace are not working. - | `Issue #7556 `_ - Fixed migration failure while using external database. \ No newline at end of file + | `Issue #7556 `_ - Fixed migration failure while using external database. + | `Issue #7593 `_ - Fixed an issue where query tool auto-complete stops working after connection change. \ No newline at end of file