diff options
| author | ruki <[email protected]> | 2021-12-13 21:06:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-13 21:06:58 +0800 |
| commit | 87f599c961f5cbd8a8af63cb4ce3935357e130ee (patch) | |
| tree | cd0e93d106a0cbcd74f278d6db3eff1004f324d5 | |
| parent | 08cf4155370bb59af849f0d4ad70aec1523f03fb (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 a661d02b6..7198426d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#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 +* [#1907](https://github.com/xmake-io/xmake/issues/1907): Add `-f/--force` to force to create project in a non-empty directory ### Bugs fixed @@ -1174,6 +1175,7 @@ * [#1905](https://github.com/xmake-io/xmake/pull/1905): 改进 msvc 对 external 头文件搜索探测支持 * [#1904](https://github.com/xmake-io/xmake/pull/1904): 改进 vs201x 工程生成器 * 添加 `XMAKE_THEME` 环境变量去切换主题配置 +* [#1907](https://github.com/xmake-io/xmake/issues/1907): 添加 `-f/--force` 参数使得 `xmake create` 可以在费控目录被强制创建 ### Bugs 修复 |
