From 535047433a2c4caed04afcb20a6575fdb6e8d938 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 23 Sep 2021 22:41:17 +0800 Subject: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081f29da3..8eaeea298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#1638](https://github.com/xmake-io/xmake/issues/1638): Improve to merge static library * Improve on_load/after_load to support to add target deps dynamically * [#1675](https://github.com/xmake-io/xmake/pull/1675): Rename dynamic and import library suffix for mingw +* [#1694](https://github.com/xmake-io/xmake/issues/1694): Support to define a variable without quotes for configuration files ### Bugs fixed @@ -1092,6 +1093,7 @@ * [#1638](https://github.com/xmake-io/xmake/issues/1638): 改进合并静态库 * 改进 on_load/after_load 去支持动态的添加 target deps * [#1675](https://github.com/xmake-io/xmake/pull/1675): 针对 mingw 平台,重命名动态库和导入库文件名后缀 +* [#1694](https://github.com/xmake-io/xmake/issues/1694): 支持在 set_configvar 中定义一个不带引号的字符串变量 ### Bugs 修复 -- cgit v1.3.1