summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-17 23:07:32 +0800
committerruki <[email protected]>2021-11-17 23:07:32 +0800
commitfa24e12bd740b6fd57a8787aebe14d0784c4ce32 (patch)
tree0917f28eb42b122fe2c71de88d02c2007840c877
parent1402a2bffb0f8f1e3a0891f2f20217ffee27e585 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fb400b04..d35c7d86f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@
* [#1819](https://github.com/xmake-io/xmake/issues/1819): Add precompiled header to cmake generator
* Improve C++20 module to support std libraries for msvc
* [#1792](https://github.com/xmake-io/xmake/issues/1792): Add custom command in vs project generator
-* [#1835](https://github.com/xmake-io/xmake/issues/1835): Improve MDK program supports
+* [#1835](https://github.com/xmake-io/xmake/issues/1835): Improve MDK program supports and add `set_runtimes("microlib")`
### Bugs Fixed
@@ -1147,7 +1147,7 @@
* [#1819](https://github.com/xmake-io/xmake/issues/1819): 添加预编译头到 cmake 生成器
* 改进 C++20 Modules 为 msvc 支持 std 标准库
* [#1792](https://github.com/xmake-io/xmake/issues/1792): 添加自定义命令到 vs 工程生成器
-* [#1835](https://github.com/xmake-io/xmake/issues/1835): 改进 MDK 程序构建支持
+* [#1835](https://github.com/xmake-io/xmake/issues/1835): 改进 MDK 程序构建支持,增加 `set_runtimes("microlib")`
### Bugs 修复