summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-30 22:45:36 +0800
committerruki <[email protected]>2022-06-30 22:45:36 +0800
commite86bb7c859221f4749c71b5726744f55c6043e0d (patch)
tree32346f628701de6b36d87d05a45cb4c21e5f08da
parent97e4973e25019418ffa7d2a30ab577d3bfb9031c (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c9a80e9f..732238325 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
* Improve tools.cmake to support wasm
* [#2491](https://github.com/xmake-io/xmake/issues/2491): Fallback to local compiler/cache from remote if server is unreachable
* [#2514](https://github.com/xmake-io/xmake/issues/2514): Disable Unity Build for project generator
+* [#2473](https://github.com/xmake-io/xmake/issues/2473): Improve apt::find_package to find it from pc files
### Bugs fixed
@@ -1337,7 +1338,8 @@
* 改进 tools.cmake 支持 wasm 库构建
* [#2491](https://github.com/xmake-io/xmake/issues/2491): 如果服务器不可访问,自动回退到本地编译和缓存
-* [#2514](https://github.com/xmake-io/xmake/issues/2514): 位工程生成器禁用 Unity Build
+* [#2514](https://github.com/xmake-io/xmake/issues/2514): 为工程生成器禁用 Unity Build
+* [#2473](https://github.com/xmake-io/xmake/issues/2473): 改进 apt::find_package,支持从 pc 文件中查找
### Bugs 修复