update release note

This commit is contained in:
金戟
2022-01-10 20:55:39 +08:00
parent 02f15177fc
commit 3120eba3af
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Release Note
## 0.7.3
- fix an issue cause mock failed with referring to method defined in interface
## 0.7.2
- fix an issue cause mock failed with static method reference

View File

@@ -1,5 +1,8 @@
# Release Note
## 0.7.3
- 修复接口方法引用导致Mock报错的问题issue-254
## 0.7.2
- 修复静态方法引用导致Mock报错的问题issue-250