hutool/CHANGELOG.md

18 lines
515 B
Markdown
Raw Normal View History

2021-01-20 17:10:45 +08:00
2021-04-22 03:42:12 +08:00
# 🚀Changelog
2021-01-20 17:10:45 +08:00
2022-03-01 13:23:05 +08:00
-------------------------------------------------------------------------------------------------------------
2022-04-27 16:16:16 +08:00
2024-08-30 19:12:29 +08:00
# 6.0.0-M17 (2024-08-30)
2022-06-03 08:23:38 +08:00
### 计划实现
2022-06-03 08:27:45 +08:00
* 【db 】 增加DDL封装
2022-10-09 19:12:02 +08:00
* 【poi 】 CellUtil.getCellIfMergedRegion考虑添加缓存支持增加最大和最小范围判断减少遍历
2023-04-23 00:46:13 +08:00
* 【http 】 redirect跳转和Cookie
2022-04-27 16:16:16 +08:00
### ❌不兼容特性
2022-04-27 23:26:11 +08:00
2022-04-27 16:16:16 +08:00
### 🐣新特性
2023-05-09 10:10:37 +08:00
* 【db 】 优化count查询兼容informixissue#I713XQ@Gitee
2022-04-27 23:26:11 +08:00
2022-04-28 01:59:51 +08:00
### 🐞Bug修复