Update CHANGELOG.md

As requested in https://github.com/jazzband/dj-database-url/issues/250
This commit is contained in:
Lino 2024-10-03 05:46:26 +02:00 committed by GitHub
parent ed306f37ca
commit 8d32603e18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,12 @@
# CHANGELOG
## v2.2.0 (2024-05-28)
* Add disable_server_side_cursors parameter
* Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+
* Update django 5.0 python compatability by @mattseymour in #239
* Improved internals
* Improved documentation
## v2.1.0 (2023-08-15)
* Add value to int parsing when deconstructing url string.