diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1f265b1..bc4fb5f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * [#4473](https://github.com/xmake-io/xmake/issues/4473): Enable warning output by default * [#4477](https://github.com/xmake-io/xmake/issues/4477): Improve runtimes to support libc++/libstdc++ * [#4657](https://github.com/xmake-io/xmake/issues/4657): Improve to select script pattern +* [#4673](https://github.com/xmake-io/xmake/pull/4673): Refactor modules support ### Bugs Fixed @@ -1744,6 +1745,7 @@ * [#4473](https://github.com/xmake-io/xmake/issues/4473): 默认启用警告输出 * [#4477](https://github.com/xmake-io/xmake/issues/4477): 改进 runtimes 去支持 libc++/libstdc++ * [#4657](https://github.com/xmake-io/xmake/issues/4657): 改进脚本的模式匹配 +* [#4673](https://github.com/xmake-io/xmake/pull/4673): 重构模块支持 ### Bugs 修复 |
