v2.1.3 change version log (#73)

This commit is contained in:
libin
2024-04-08 11:05:16 +08:00
committed by GitHub
parent 3694f34c7a
commit 6b6e32f2b0
2 changed files with 10 additions and 2 deletions

View File

@@ -50,4 +50,8 @@
## v2.1.2
- `cryptoUtil` 包支持RAS加密方法
- `mathUtil` 包单元测试优化
- `mathUtil` 包单元测试优化
## v2.1.3
- error code 迁移到各自的包下
- 增加 cryptoUtil 包的单元测试方法

View File

@@ -50,4 +50,8 @@
## v2.1.2
- `cryptoUtil` package supports RAS encryption method (#62)
- `mathUtil` package unit test optimization (#63)
- `mathUtil` package unit test optimization (#63)
## v2.1.3
- error codes are migrated to their respective packages (#67)
- Add unit test method of cryptoUtil package (#68)