diff options
| author | ruki <[email protected]> | 2021-12-17 00:55:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-17 00:55:39 +0800 |
| commit | 0c977557c4566c6aff800320998c9b3aea0c8f1d (patch) | |
| tree | 15883de9c7855bab819ad58209836273921f67a2 | |
| parent | 0fdd42e56f478591a4876866af833273f2cc244f (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 1cb2bf1d4..78c70ba9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * [#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 +* [#1917](https://github.com/xmake-io/xmake/pull/1917): Improve to find_package and configurations ### Bugs fixed @@ -1178,6 +1179,7 @@ * [#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` 可以在费控目录被强制创建 +* [#1917](https://github.com/xmake-io/xmake/pull/1917): 改进 find_package 和配置 ### Bugs 修复 |
