diff options
| author | ruki <[email protected]> | 2021-10-02 23:41:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-02 23:41:20 +0800 |
| commit | 828b2b5392a59bcc441b481cae4c48bf9682b3e1 (patch) | |
| tree | b5d7978b701e114160b8a05bccea56095dc2b15b | |
| parent | e80a41789b0de5f2249c15d57486fd3a4b40ff99 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b58b3c813..a21db49a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ * [#1694](https://github.com/xmake-io/xmake/issues/1694): Support to define a variable without quotes for configuration files * Support Android NDK r23 * Add `c++latest` and `clatest` for `set_languages` +* [#1720](https://github.com/xmake-io/xmake/issues/1720): Add `save_scope` and `restore_scope` to fix `check_xxx` apis ### Bugs fixed @@ -1107,6 +1108,7 @@ * [#1694](https://github.com/xmake-io/xmake/issues/1694): 支持在 set_configvar 中定义一个不带引号的字符串变量 * 改进对 Android NDK r23 的支持 * 为 `set_languages` 新增 `c++latest` 和 `clatest` 配置值 +* [#1720](https://github.com/xmake-io/xmake/issues/1720): 添加 `save_scope` 和 `restore_scope` 去修复 `check_xxx` 相关接口 ### Bugs 修复 |
