From 7c5bd94cde348e8d656a0cb577bef83c7e20a070 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 5 Nov 2022 06:35:42 +0800 Subject: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735f576bc..94438dd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ * [#2636](https://github.com/xmake-io/xmake/issues/2636): Support package components * Support armasm/armasm64 for msvc * [#3023](https://github.com/xmake-io/xmake/pull/3023): Add support for debugging with renderdoc +* [#3022](https://github.com/xmake-io/xmake/issues/3022): Add flags for specific compilers and linkers +* [#3025](https://github.com/xmake-io/xmake/pull/3025): C++ exception enabled/disabled switch method +* [#3017](https://github.com/xmake-io/xmake/pull/3017): Support ispc compiler ### Changes @@ -1434,6 +1437,9 @@ * [#2636](https://github.com/xmake-io/xmake/issues/2636): 支持包组件 * 支持 msvc 的 armasm/armasm64 * [#3023](https://github.com/xmake-io/xmake/pull/3023): 改进 xmake run -d,添加 renderdoc 调试器支持 +* [#3022](https://github.com/xmake-io/xmake/issues/3022): 为特定编译器添加 flags +* [#3025](https://github.com/xmake-io/xmake/pull/3025): 新增 C++ 异常接口配置 +* [#3017](https://github.com/xmake-io/xmake/pull/3017): 支持 ispc 编译器规则 ### 改进 -- cgit v1.3.1