修复\n#出现在双引号中解析错误问题

This commit is contained in:
Looly
2024-07-01 15:59:49 +08:00
parent db5806f0e8
commit f4d67ede39
4 changed files with 36 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-30)
# 5.8.29(2024-07-01)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
@@ -27,6 +27,7 @@
* 【http 】 修复Mac下的微信浏览器被识别为移动端问题issue#IA74K2@Gitee
* 【core 】 修复Tailer指定初始读取行数的计算错误问题issue#IA77ML@Gitee
* 【http 】 修复getFileNameFromDisposition获取头错误问题issue#3632@Github
* 【core 】 修复\n#出现在双引号中解析错误问题issue#IA8WE0@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-29)