From 0842f36f16cf19afc7ebac268f97ea0f3ebadb32 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 17 Feb 2026 17:41:42 +0530 Subject: [PATCH] Updated release note --- docs/en_US/release_notes_9_13.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_9_13.rst b/docs/en_US/release_notes_9_13.rst index a6039cb90..53e332b71 100644 --- a/docs/en_US/release_notes_9_13.rst +++ b/docs/en_US/release_notes_9_13.rst @@ -20,7 +20,8 @@ Bundled PostgreSQL Utilities New features ************ - | `Issue #229 `_ - Allow users to customize "OF TYPE" columns during table creation. + | `Issue #229 `_ - Allow users to customize "OF TYPE" columns during table creation. + | `Issue #9641 `_ - Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. Housekeeping ************ @@ -28,6 +29,7 @@ Housekeeping Bug fixes ********* + | `Issue #7578 `_ - Fixed an issue where the 'Quote strings only' configuration was ignored when downloading the result set. | `Issue #8988 `_ - Fixed an issue where tools settings changed by the users were not restored on application relaunch. | `Issue #9484 `_ - Fixed an issue where a long name in ERD table node was not breaking into multiple lines. | `Issue #9486 `_ - Fixed an issue where column comments were not displayed in the SQL tab for materialised views.