JWT#sign增加重载,可选是否增加默认的typ参数

This commit is contained in:
Looly
2023-11-15 19:08:31 +08:00
parent 5cf19ea460
commit 9c0f791ac5
2 changed files with 32 additions and 6 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-11-14)
# 5.8.24(2023-11-15)
### 🐣新特性
* 【cache 】 Cache增加get重载可自定义超时时间issue#I8G0DL@Gitee
* 【cache 】 JWT#sign增加重载可选是否增加默认的typ参数issue#3386@Github
### 🐞Bug修复
* 【core 】 修复LocalDateTime#parseDate未判断空问题问题issue#I8FN7F@Gitee