summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-17 10:32:44 +0800
committerruki <[email protected]>2022-04-17 10:32:44 +0800
commitb5685faba73a15329868cd8603686188684d1084 (patch)
treecb6dbdefa010d4c218c137c0fcd2a8aca3d53542
parent6484a1f8941635ae790a620547b23537e33620a0 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6a349c58..34955a6e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@
* Improve tools/autoconf,cmake to support toolchain switching.
* [#2221](https://github.com/xmake-io/xmake/pull/2221): Improve registry api to support unicode
* [#2225](https://github.com/xmake-io/xmake/issues/2225): Support to parse import dependencies for protobuf
+* [#2265](https://github.com/xmake-io/xmake/issues/2265): Sort CMakeLists.txt
+* Speed up `os.files`
### Bugs fixed
@@ -1256,6 +1258,8 @@
* 改进 tools/autoconf,cmake 去更好地支持工具链切换
* [#2221](https://github.com/xmake-io/xmake/pull/2221): 改进注册表 api 去支持 unicode
* [#2225](https://github.com/xmake-io/xmake/issues/2225): 增加对 protobuf 的依赖分析和构建支持
+* [#2265](https://github.com/xmake-io/xmake/issues/2265): 排序 CMakeLists.txt
+* 改进 os.files 的文件遍历速度
### Bugs 修复