Captcha.setBackground为null时背景透明

This commit is contained in:
Looly
2024-04-24 14:46:09 +08:00
parent c0807bfa49
commit 73e8c67d0b
7 changed files with 13 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
* 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型issue#3541@Github
* 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法issue#I9HO25@Gitee
* 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法pr#3552@Github
* 【captcha】 Captcha.setBackground为null时背景透明issue#3558@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github