修复 RootAction send404 抛异常问题

This commit is contained in:
Looly 2023-11-20 09:47:17 +08:00
parent 6631d1ae3a
commit 082391ae40

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-11-15)
# 5.8.24(2023-11-20)
### 🐣新特性
* 【cache 】 Cache增加get重载可自定义超时时间issue#I8G0DL@Gitee
@ -10,6 +10,7 @@
### 🐞Bug修复
* 【core 】 修复LocalDateTime#parseDate未判断空问题问题issue#I8FN7F@Gitee
* 【http 】 修复 RootAction send404 抛异常问题pr#1107@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-11-12)