diff options
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85342fddb..122a81c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ ### Changes * [#6182](https://github.com/xmake-io/xmake/pull/6182): Support msstl modules for clang +* [#6281](https://github.com/xmake-io/xmake/pull/6281): Support Verilator target build to shared library +* [#6270](https://github.com/xmake-io/xmake/pull/6270): Improve conan generator +* [#6243](https://github.com/xmake-io/xmake/pull/6243): Improve llvm toolchain to support for cross platform ## v2.9.8 @@ -1968,6 +1971,9 @@ ### 改进 * [#6182](https://github.com/xmake-io/xmake/pull/6182): 改进 clang/clang-cl 支持 msstl 模块 +* [#6281](https://github.com/xmake-io/xmake/pull/6281): 支持 Verilator 动态库 +* [#6270](https://github.com/xmake-io/xmake/pull/6270): 改进 conan 生成器 +* [#6243](https://github.com/xmake-io/xmake/pull/6243): 改进 llvm 工具链对交叉编译的支持 ## v2.9.8 |
