summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-19 21:40:00 +0800
committerruki <[email protected]>2022-06-19 21:40:00 +0800
commit5272495ba9a1963a3c6ba4dc027614748b6896f2 (patch)
treeb06f371be98f33af3a3686b93f7886a084585f84
parentd43525ea44aeebe87068817549b2b9dbdb43c47b (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3859ecb9..53bb37989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
* [#2425](https://github.com/xmake-io/xmake/issues/2425): Add `preprocessor.gcc.directives_only` policy
* [#2455](https://github.com/xmake-io/xmake/issues/2455): Improve optimize options for emcc
* [#2467](https://github.com/xmake-io/xmake/issues/2467): Add compile fallback for msvc/ccache
+* [#2452](https://github.com/xmake-io/xmake/issues/2452): Add build.warning policy
### Bugs Fixed
@@ -1327,6 +1328,7 @@
* [#2425](https://github.com/xmake-io/xmake/issues/2425): 添加 `preprocessor.gcc.directives_only` 策略
* [#2455](https://github.com/xmake-io/xmake/issues/2455): 改进 emcc 的优化选项
* [#2467](https://github.com/xmake-io/xmake/issues/2467): 支持回退到原始文件编译,兼容 msvc 预处理器的一些问题
+* [#2452](https://github.com/xmake-io/xmake/issues/2452): 添加 build.warning 策略
### Bugs 修复