From aee47f5aea8ec647162d21afb5d51c52ce3c3cb1 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Tue, 2 Jun 2026 16:59:18 -0700 Subject: [PATCH] Changelog update to release 4.5.0. --- changelog.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/changelog.rst b/changelog.rst index cd8d7b634..4d2f529b2 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,5 +1,5 @@ -Upcoming (TBD) -============== +4.5.0 (2026-06-02) +================== Features: --------- @@ -17,9 +17,6 @@ Bug fixes: * Hide timezone notice at startup when local and server timezones are the same. * Let `sqlparse` accept arbitrarily-large queries. * Respect user-specified `LIMIT` clauses when the limit value starts on a new line. - -Bug Fixes: ----------- * Fix trailing SQL comments preventing query submission and execution. * ``SELECT 1; -- note`` now submits correctly in multiline mode * ``rstrip(";")`` in ``pgexecute.py`` now handles comments after the semicolon