diff options
| author | ruki <[email protected]> | 2021-09-29 23:40:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-29 23:40:12 +0800 |
| commit | 5d51a5ea5a32bdc17a6830605fa8904279102629 (patch) | |
| tree | 8d9d68036f57353cc4107bd73424294d78542412 | |
| parent | 2c906bc87c0140c20509ee2063b64188375225f2 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a191282a..a90e5e95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * [#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 + ### Change @@ -1090,6 +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): 支持探测编译器语言标准特性 ### 改进 |
