From 082391ae40613c1b3fa221248f5e0dbd80a85456 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 20 Nov 2023 09:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20RootAction=20send404=20?= =?UTF-8?q?=E6=8A=9B=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f600f77d..af072a9f7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)