summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-29 23:26:04 +0800
committerruki <[email protected]>2022-12-29 23:26:04 +0800
commitc8d4a72a6b2548a8376eac0ea16a4c98c9b81064 (patch)
tree620021b78f7f157fe58cc21c06f7febe5e4e23d2
parentd3f6a5c7ef552ca2ef4e35ba2eee7bd55f592a32 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7da3141d3..a646bc9e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* [#3216](https://github.com/xmake-io/xmake/pull/3216): Add intel one api toolkits detection
* [#3020](https://github.com/xmake-io/xmake/issues/3020): Add `--lsp=clangd` to improve to generate compile_commands.json
+* [#3215](https://github.com/xmake-io/xmake/issues/3215): Add includedirs and defines to c51
### Bugs fixed
@@ -1488,6 +1489,7 @@
* [#3216](https://github.com/xmake-io/xmake/pull/3216): 改进 intel one api toolkits 探测
* [#3020](https://github.com/xmake-io/xmake/issues/3020): 添加 `--lsp=clangd` 去改进 compile_commands.json 的生成
+* [#3215](https://github.com/xmake-io/xmake/issues/3215): 添加 includedirs 和 defines 到 c51 编译器
### Bugs 修复