summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-16 23:59:01 +0800
committerruki <[email protected]>2022-06-16 23:59:01 +0800
commitf8dc2e1f9c0262710160649c56a59e681cdb375b (patch)
treed41eeea3a52b681242c3a77f2a3eb79e18adc429
parent618e06bdbf3e588916ae523e65e1de9e65c10fd3 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdd48e6da..c3859ecb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@
* [#2421](https://github.com/xmake-io/xmake/issues/2421): Improve config option menu
* [#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
### Bugs Fixed
@@ -1325,6 +1326,7 @@
* [#2421](https://github.com/xmake-io/xmake/issues/2421): 改进配置选项菜单
* [#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 预处理器的一些问题
### Bugs 修复