summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-05-31 22:45:03 +0800
committerruki <[email protected]>2023-05-31 22:45:03 +0800
commit3e6120e1c87810b5c1f549e4fe34c6d41c8037e2 (patch)
treee32b94c884c29ab0d65a5fa33e812ba50a053b52
parent4ac5b81cbf4a8455b05edf16fabf7c7041ceb955 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a39b96b47..d58f1fb2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#3752](https://github.com/xmake-io/xmake/issues/3752): Improve os.getenvs for windows
* [#3371](https://github.com/xmake-io/xmake/issues/3371): Improve tools.cmake to support ninja generator for wasm
+* [#3777](https://github.com/xmake-io/xmake/issues/3777): Improve to find package from pkg-config
### Bugs fixed
@@ -1592,7 +1593,8 @@
### 改进
* [#3752](https://github.com/xmake-io/xmake/issues/3752): 改进 windows 上 os.getenvs 的获取
-* [#3371](https://github.com/xmake-io/xmake/issues/3371): 噶进 tools.cmake 支持使用 ninja 去构建 wasm 包
+* [#3371](https://github.com/xmake-io/xmake/issues/3371): 改进 tools.cmake 支持使用 ninja 去构建 wasm 包
+* [#3777](https://github.com/xmake-io/xmake/issues/3777): 改进从 pkg-config 中查找包
### Bugs 修复