feat: support virtual fields

This commit is contained in:
long2ice
2022-11-18 23:23:04 +08:00
parent 90943a473c
commit 52b50a2161
3 changed files with 27 additions and 21 deletions

View File

@@ -2,6 +2,10 @@
## 0.7
### 0.7.2
- Support virtual fields.
### 0.7.1
- Fix syntax error with python3.8.10. (#265)