修复JWTSignerUtil.createSigner中algorithmId未转换问题(issue#3806@Github)

This commit is contained in:
Looly
2024-12-03 23:54:08 +08:00
parent cc82342001
commit af5cddf80f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-11-27)
# 5.8.35(2024-12-03)
### 🐣新特性
### 🐞Bug修复
* 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题issue#3806@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-25)