Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Upcoming (TBD)
==============
4.5.0 (2026-06-02)
==================

Features:
---------
Expand All @@ -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
Expand Down
Loading