diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..7943e87 --- /dev/null +++ b/CHANGELOG.rst @@ -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