Skip to content

Commit

Permalink
Add minimal CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jan 24, 2025
1 parent 305ab78 commit 3c8cbaa
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
1.2.0
=====

:release-date: to-be-released

- Add support for MySQL.
- Adjust `makemigrations` command to take advantage of auto-detector class. (#49)
- Add support for Django 5.2 and Python 3.13.
- Drop support for Python 3.8.
- Ensure staged renames and alters are properly serialized. (#52)

1.1.0
=====
:release-date: 2024-02-20

- Address typos in `AmbiguousPlan` error messages.
- Mention MIGRATION_STAGES_OVERRIDE on ambiguous plan involving third party apps.

1.0.1
=====
:release-date: 2024-04-13

- Avoid unnecessary two-step migration for nullable without default additions.
- Avoid splitting many-to-many field additions in stages. (#42)
- Adjust ambiguous stage auto-detection interactive questioning. (#44)

1.0.0
=====
:release-date: 2023-10-10

- Initial release

0 comments on commit 3c8cbaa

Please sign in to comment.