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