From 3d840395f17211bb0591174aed2b3c9c310ed08f Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Tue, 10 Dec 2024 23:11:13 +0800 Subject: [PATCH] docs: update changlog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2fe83..1ff66ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ ### [0.8.1](Unreleased) #### Fixed +- Fix configuration file reading error when containing Chinese characters. (#286) - sqlite: failed to create/drop index. (#302) - PostgreSQL: Cannot drop constraint after deleting or rename FK on a model. (#378) - Sort m2m fields before comparing them with diff. (#271) +#### Changed +- Allow run `aerich init-db` with empty migration directories instead of abort with warnings. (#286) + ### [0.8.0](../../releases/tag/v0.8.0) - 2024-12-04 - Fix the issue of parameter concatenation when generating ORM with inspectdb (#331)