Skip to content

Commit 93bab88

Browse files
committed
Add minimal CHANGELOG.
1 parent 305ab78 commit 93bab88

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
1.2.0
2+
=====
3+
4+
:release-date: to-be-released
5+
6+
- Add support for MySQL.
7+
- Adjust `makemigrations` command to take advantage of autodetector class. (#49)
8+
- Add support for Django 5.2 and Python 3.13.
9+
- Drop support for Python 3.8.
10+
- Ensure staged renames and alters are properly serialized. (#52)
11+
12+
1.1.0
13+
=====
14+
:release-date: 2024-02-20
15+
16+
- Address typos in `AmbiguousPlan` error messages.
17+
- Mention MIGRATION_STAGES_OVERRIDE on ambiguous plan involving third party apps.
18+
19+
1.0.1
20+
=====
21+
:release-date: 2024-04-13
22+
23+
- Avoid unnecessary two-step migration for nullable without default additions.
24+
- Avoid splitting many-to-many field additions in stages. (#42)
25+
- Adjust ambiguous stage autodetection interactive questioning. (#44)
26+
27+
1.0.0
28+
=====
29+
:release-date: 2023-10-10
30+
31+
- Initial release

0 commit comments

Comments
 (0)