diff options
| author | ruki <[email protected]> | 2024-07-03 00:44:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-03 00:44:14 +0800 |
| commit | 9c8de1ea614260d6b703d79923cd35e984e0249d (patch) | |
| tree | 71ab7c9faf34b1a7cd8d2ae88215ef5632f09b37 | |
| parent | cc13475cd3157afeceea81f0ee05d7aee358e197 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e10288295..ae6fd911c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [#5280](https://github.com/xmake-io/xmake/issues/5280): Add missing C++20 Modules file extension * [#5251](https://github.com/xmake-io/xmake/issues/5251): Update 7z/curl for windows installer +* [#5286](https://github.com/xmake-io/xmake/issues/5286): Improve json to parse hex string ### Bugs Fixed @@ -1852,6 +1853,7 @@ * [#5280](https://github.com/xmake-io/xmake/issues/5280): 添加缺失的 C++20 Modules 文件扩展 * [#5251](https://github.com/xmake-io/xmake/issues/5251): 为 windows installer 更新内置的 7z/curl +* [#5286](https://github.com/xmake-io/xmake/issues/5286): 改进 json 支持16进制解析 ### Bugs 修复 |
