summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-19 23:49:31 +0800
committerruki <[email protected]>2023-01-19 16:57:31 +0800
commitf8acea93fdb1ea9acf41531f884d73736692a9bc (patch)
treeeefffe8953702016c2873982981bfbc665c4e6e5
parent6aa98ec8055538a5ec3742d0faafa47938fefd80 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbbfdc2a7..8a7b60e1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* [#3225](https://github.com/xmake-io/xmake/pull/3225): Improve clang libc++ module support
* Support for compiling xmake using mingw
* Improve compatibility issues with xmake running on win xp
+* Add pure lua json implementation instead of lua-cjson if the external dependencies are enabled
### Bugs fixed
@@ -1516,6 +1517,7 @@
* [#3225](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持
* 支持使用 mingw 编译 xmake
* 改进 xmake 在 win xp 上的兼容性
+* 如果外部依赖被启用,切换 json 模块到纯 lua 实现,移除对 lua-cjson 的依赖
### Bugs 修复