doc: one more thing to mention

This commit is contained in:
金戟
2022-05-28 17:39:35 +08:00
parent 39b742b290
commit c1e6d00953
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## 0.7.7
- skip bytecode process for classes which not associated to any mock class, speed up test initialization
- only generate substitution method for mocked method references
- fix compatibility issue with jdk 17

View File

@@ -2,6 +2,7 @@
## 0.7.7
- 未关联Mock类的类型自动跳过字节码处理提升大型项目测试启动速度
- 仅对被Mock的方法引用生成替代方法 (issue-280)
- 修复JDK 17的兼容性问题 (issue-283)