add method

This commit is contained in:
Looly
2020-08-01 16:09:49 +08:00
parent 6e4d897b46
commit 4f94783fc1
5 changed files with 130 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.11 (2020-07-30)
## 5.3.11 (2020-08-01)
### 新特性
* 【captcha】 AbstractCaptcha增加getImageBase64Data方法pr#985@Github
@@ -11,6 +11,7 @@
* 【core 】 改进Img目标图片类型未定义使用源图片类型issue#I1PB0B@Gitee
* 【json 】 JSONConfig增加Transient选项issue#I1PLHN@Gitee
* 【core 】 MapUtil增加getXXX的默认值重载issue#I1PTGI@Gitee
* 【core 】 CalendarUtil增加parseByPatterns方法issue#993@Github
### Bug修复