summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-17 21:44:47 +0800
committerruki <[email protected]>2023-09-17 21:44:47 +0800
commit3cd2eb01bf1d57f761e17eac85eecc1e39f6f8cc (patch)
tree0669113235f6a788a04d29aed962a6b14a37feaa
parent97831c56d2ba3a719de0c80d9bcdc8db9163eb00 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2828b2e6e..5b8d68615 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* [#4137](https://github.com/xmake-io/xmake/issues/4137): Support Qt6 for Wasm
* [#4173](https://github.com/xmake-io/xmake/issues/4173): Add recheck argument to on_config
* [#4200](https://github.com/xmake-io/xmake/pull/4200): Improve remote build to support debugging xmake source code.
+* [#4209](https://github.com/xmake-io/xmake/issues/4209): Add extra and pedantic warnings
### Bugs fixed
@@ -1667,6 +1668,7 @@
* [#4137](https://github.com/xmake-io/xmake/issues/4137): 改进 Qt,支持 Qt6 for Wasm
* [#4173](https://github.com/xmake-io/xmake/issues/4173): 添加 recheck 参数到 on_config
* [#4200](https://github.com/xmake-io/xmake/pull/4200): 改进远程构建,支持调试本地 xmake 源码
+* [#4209](https://github.com/xmake-io/xmake/issues/4209): 添加 extra 和 pedantic 警告
### Bugs 修复