diff --git a/CHANGELOG.md b/CHANGELOG.md index dca1ec7e6..394e1b4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * 【core 】 TreeNode增加extra * 【core 】 CollUtil.newHashSet重载歧义,更换为set方法 * 【core 】 增加ListUtil,增加Hash32、Hash64、Hash128接口 +* 【crypto 】 BCUtil增加readPemPrivateKey和readPemPublicKey方法 ### Bug修复 * 【core 】 修复NumberWordFormatter拼写错误(issue#799@Github)