diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 847bda258..0a87ce356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#3777](https://github.com/xmake-io/xmake/issues/3777): Improve to find package from pkg-config * [#3815](https://github.com/xmake-io/xmake/pull/3815): Improve tools.xmake to pass toolchains for windows * [#3857](https://github.com/xmake-io/xmake/issues/3857): Improve to generate compile_commands.json +* [#3892](https://github.com/xmake-io/xmake/issues/3892): Improve to search packages from description ### Bugs fixed @@ -1612,6 +1613,7 @@ * [#3777](https://github.com/xmake-io/xmake/issues/3777): 改进从 pkg-config 中查找包 * [#3815](https://github.com/xmake-io/xmake/pull/3815): 改进 tools.xmake 支持为 windows 平台传递工具链 * [#3857](https://github.com/xmake-io/xmake/issues/3857): 改进生成 compile_commands.json +* [#3892](https://github.com/xmake-io/xmake/issues/3892): 改进包搜索,支持从描述中找包 ### Bugs 修复 |
