fix date week bug

This commit is contained in:
Looly
2020-03-12 16:00:16 +08:00
parent fad36a0833
commit 696a66f8db
3 changed files with 16 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
### Bug修复
* 【http 】 修复body方法添加多余头的问题issue#769@Github
* 【bloomFilter 】修复默认为int类型,左移超过32位后,高位丢失问题pr#770@Github
* 【core 】 修复beginOfWeek和endOfWeek一周开始计算错误问题issue#I1BDPW@Gitee
-------------------------------------------------------------------------------------------------------------