summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-11 23:39:26 +0800
committerruki <[email protected]>2021-10-11 23:39:26 +0800
commitde3e0ce9c27b0d20384335e829dc9920f9b101a2 (patch)
tree9842d7052363257f88f4f0b9d4c50e043067195f
parentfbebeff0b41df6856ba8882a1ba1bc9a8d405fd2 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf3ed6849..c3ea6812a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@
* Add gcc-8, gcc-9, gcc-10, gcc-11 toolchains
* [#1623](https://github.com/xmake-io/xmake/issues/1632): Support find_package from cmake
+### Changes
+
+* [#1528](https://github.com/xmake-io/xmake/issues/1528): Check c++17/20 features
+
## v2.5.8
### New features
@@ -1104,6 +1108,10 @@
* 添加 gcc-8, gcc-9, gcc-10, gcc-11 工具链
* [#1623](https://github.com/xmake-io/xmake/issues/1632): 支持 find_package 从 cmake 查找包
+### 改进
+
+* [#1528](https://github.com/xmake-io/xmake/issues/1528): 检测 c++17/20 特性
+
## v2.5.8
### 新特性