mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
3e8b69aafc
commit
7c47649053
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# CHANGELOG
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Drop dependency on `typing_extensions`.
|
||||
## v3.0.0 (2025-05-18)
|
||||
> Bumping to version 3; changes to code do break some API compatability.
|
||||
* Implement a new decorator registry pattern to impement checks on database connection string.
|
||||
* You can now support and implement your own database strings by extending the @register functionality.
|
||||
* Update supported python versions and django versions.
|
||||
|
||||
## v2.3.0 (2024-10-23)
|
||||
* Remove Python 3.8 support.
|
||||
|
|
|
|||
Loading…
Reference in a new issue