docs: update changelog

This commit is contained in:
Waket Zheng 2024-12-16 11:49:52 +08:00
parent 56da0e7e3c
commit 5af8c9cd56

View File

@ -5,6 +5,7 @@
### [0.8.1](Unreleased)
#### Fixed
- KeyError raised when removing or renaming an existing model (#386)
- fix: error when there is `__init__.py` in the migration folder (#272)
- Setting null=false on m2m field causes migration to fail. (#334)
- Fix NonExistentKey when running `aerich init` without `[tool]` section in config file. (#284)