fix getUsed bug

This commit is contained in:
Looly
2022-01-26 10:31:07 +08:00
parent 48e0e99bb6
commit bd89ec9335
3 changed files with 33 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.21 (2022-01-25)
# 5.7.21 (2022-01-26)
### 🐣新特性
* 【extra 】 增加jetbrick模板支持
@@ -13,6 +13,7 @@
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github
* 【extra 】 修复EmojiUtil.toHtmlHex()方法pr#519@Gitee
* 【system 】 修复CpuInfo.getUsed()方法issue#2116@Github
-------------------------------------------------------------------------------------------------------------
# 5.7.20 (2022-01-20)