add GifCaptcha

This commit is contained in:
Looly
2020-12-01 18:10:43 +08:00
parent 4d1bb996fc
commit ba2a8156d5
4 changed files with 364 additions and 351 deletions

View File

@@ -30,6 +30,7 @@
* 【all 】 增加Hutool.getAllUtils和printAllUtils方法
* 【core 】 增加PunyCodeissue#1268@Gitee
* 【core 】 ArrayUtil增加isSorted方法pr#1271@Github
* 【captcha】 增加GifCaptchapr#1273@Github
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github