From d64a0d36aa6faf775c94d12aadf05972dcc88573 Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 26 Nov 2025 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`DateModifier`=E5=A4=84?= =?UTF-8?q?=E7=90=86AM=E5=92=8CPM=E7=9A=84ceiling=E5=92=8Cround=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=88pr#4161@Github=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a43546d7e..06f3249f4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ * 【core 】 修复`Bimap.put`重复put问题(pr#4150@Github) * 【core 】 修复`StrUtil.str(ByteBuffer, Charset)` 方法修改入参 `ByteBuffer` 的 `position`,导致入参变化 (pr#4153@Github) * 【core 】 修复`ReflectUtil.newInstanceIfPossible`传入Object逻辑错误(pr#4160@Github) +* 【core 】 修复`DateModifier`处理AM和PM的ceiling和round问题(pr#4161@Github) ------------------------------------------------------------------------------------------------------------- # 5.8.41(2025-10-12)