Skip to content

Commit

Permalink
v2.2.0 version log (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: libin <[email protected]>
  • Loading branch information
jefferyjob and libin authored Jun 20, 2024
1 parent d20be34 commit 126e2f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@

## v2.1.3
- error code 迁移到各自的包下
- 增加 cryptoUtil 包的单元测试方法
- 增加 cryptoUtil 包的单元测试方法

## v2.2.0
- 开发新方法 ExtractKeys 切片字段提取
- 开发新方法 SliceToMap 切片转map
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@

## v2.1.3
- error codes are migrated to their respective packages (#67)
- Add unit test method of cryptoUtil package (#68)
- Add unit test method of cryptoUtil package (#68)

## v2.2.0
- Developed a new method ExtractKeys to extract slice fields (#74)
- Developed a new method SliceToMap to convert slices to maps (#74)

0 comments on commit 126e2f0

Please sign in to comment.