docs: bump up version and update changelog

This commit is contained in:
Waket Zheng
2024-06-06 00:07:29 +08:00
parent e971653851
commit 234495d291
2 changed files with 11 additions and 2 deletions

View File

@@ -1,8 +1,17 @@
# ChangeLog
## 0.8
### 0.8.0
- Fix mysql drop unique index raises OperationalError. (#346)
**Upgrade note:**
1. Use column name as unique key name for mysql
## 0.7
### 0.7.2
### [0.7.2] - 2023-07-20
- Support virtual fields.
- Fix modify multiple times. (#279)