summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-30 00:25:35 +0800
committerruki <[email protected]>2021-09-30 00:25:35 +0800
commit5c940914eb8c2b1e7a4ebffe34994405d3dd68ed (patch)
tree3a0f8dc6263787904dbcf918c7dde2aaaf6d3504
parentb489ff22c57c843e6894b5280fa8930231f86249 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a90e5e95c..a00ea994b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@
* [#1682](https://github.com/xmake-io/xmake/issues/1682): Add optional lua5.3 backend instead of luajit to provide better compatibility
* [#1622](https://github.com/xmake-io/xmake/issues/1622): Support Swig
* [#1714](https://github.com/xmake-io/xmake/issues/1714): Support build local embed cmake projects
-* [#1715](https://github.com/xmake-io/xmake/issues/1715): Support to detect compiler language standards as features
+* [#1715](https://github.com/xmake-io/xmake/issues/1715): Support to detect compiler language standards as features and add `check_macros`
### Change
@@ -1092,7 +1092,7 @@
* [#1682](https://github.com/xmake-io/xmake/issues/1682): 添加可选的额lua5.3 运行时替代 luajit,提供更好的平台兼容性。
* [#1622](https://github.com/xmake-io/xmake/issues/1622): 支持 Swig
* [#1714](https://github.com/xmake-io/xmake/issues/1714): 支持内置 cmake 等第三方项目的混合编译
-* [#1715](https://github.com/xmake-io/xmake/issues/1715): 支持探测编译器语言标准特性
+* [#1715](https://github.com/xmake-io/xmake/issues/1715): 支持探测编译器语言标准特性,并且新增 `check_macros` 检测接口
### 改进