change to bit op

This commit is contained in:
Looly 2022-02-04 12:07:59 +08:00
parent 0df6837ca8
commit a79d0c796e

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.21 (2022-01-27)
# 5.7.21 (2022-02-04)
### 🐣新特性
* 【extra 】 增加jetbrick模板支持
@ -15,6 +15,7 @@
* 【core 】 DateUtil增加rangeFunc和rangeConsumeissue#I4RSQY@Gitee
* 【core 】 DateTime增加setUseJdkToStringStyle方法
* 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
* 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github