diff options
| author | ruki <[email protected]> | 2021-12-05 21:53:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-05 21:53:26 +0800 |
| commit | 1032fc64a13221a674ebbfce59542b7a6dd536c7 (patch) | |
| tree | 013745f8b51aba27bc75d01faf13b4e1820bca6e | |
| parent | 7dc1142890a81e5aed622b2832cca5e39b897ce7 (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eef12e1b8..20fbc3cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Change + +* [#1872](https://github.com/xmake-io/xmake/issues/1872): Escape characters for set_configvar + ### Bugs fixed * [#1885](https://github.com/xmake-io/xmake/issues/1885): Fix package:fetch_linkdeps @@ -1146,6 +1150,10 @@ ## master (开发中) +### 改进 + +* [#1872](https://github.com/xmake-io/xmake/issues/1872): 支持转义 set_configvar 中字符串值 + ### Bugs 修复 * [#1885](https://github.com/xmake-io/xmake/issues/1885): 修复 package:fetch_linkdeps 链接顺序问题 |
