diff --git a/python-sqlparse.changes b/python-sqlparse.changes index 9ceef6e..0f0d209 100644 --- a/python-sqlparse.changes +++ b/python-sqlparse.changes @@ -3,8 +3,7 @@ Tue Jan 27 16:06:23 UTC 2026 - Dirk Müller - update to 0.5.5: * Fix DoS protection to raise SQLParseError instead of silently - returning None - * when grouping limits are exceeded (issue827). + returning None when grouping limits are exceeded (issue827). * Fix splitting of BEGIN TRANSACTION statements (issue826). * Add support for Python 3.14. * Add type annotations to top-level API functions and include