summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-12 17:26:53 +0800
committerruki <[email protected]>2021-12-12 17:26:53 +0800
commit2f53f461e013176fe45959690ec709737f487a64 (patch)
tree77545c0988577aefd44ca690250a878602ac24bf
parentca3def39b93d131405e8a676879bb0cec62e0b20 (diff)
update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c6aec3d6..a661d02b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
* [#1893](https://github.com/xmake-io/xmake/issues/1893): Improve to detect icc and ifort toolchains
* [#1905](https://github.com/xmake-io/xmake/pull/1905): Add support of external headers without experimental for msvc
* [#1904](https://github.com/xmake-io/xmake/pull/1904): Improve vs201x generator
+* Add `XMAKE_THEME` envirnoment variable to switch theme
### Bugs fixed
@@ -1172,6 +1173,7 @@
* [#1893](https://github.com/xmake-io/xmake/issues/1893): 改进探测 icc 和 ifort 工具链
* [#1905](https://github.com/xmake-io/xmake/pull/1905): 改进 msvc 对 external 头文件搜索探测支持
* [#1904](https://github.com/xmake-io/xmake/pull/1904): 改进 vs201x 工程生成器
+* 添加 `XMAKE_THEME` 环境变量去切换主题配置
### Bugs 修复
@@ -2313,3 +2315,4 @@
* 修复在windows x86_64下,安装失败的问题
* 修复相对路径的一些bug
+