修复Graphics2D的资源没释放问题

This commit is contained in:
Looly
2024-03-15 16:37:41 +08:00
parent 3a70158d96
commit 03a92830a6
6 changed files with 58 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-12)
# 5.8.27(2024-03-15)
### 🐣新特性
* 【extra 】 FreemarkerEngine修改默认版本参数
@@ -16,6 +16,7 @@
* 【json 】 修复JSONUtil序列化和反序列化预期的结果不一致问题pr#3507@Github
* 【http 】 修复CVE-2022-22885HttpGlobalConfig可选关闭信任hostissue#2042@Github
* 【core 】 修复DateUtil.betweenYear闰年2月问题issue#I97U3J@Gitee
* 【captcha】 修复Graphics2D的资源没释放问题issue#I98PYN@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.26(2024-02-10)