summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-11 00:04:22 +0800
committerruki <[email protected]>2025-01-11 00:04:22 +0800
commit5bc5ce579fe5af900fc5dd653dfde7be486ea9a1 (patch)
tree45582761e2780b266994825431855ec5098e5a35
parentebc885cb9b011a8fcf18a78161b32e3dfecce3cd (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fd0913e7..53d93d1e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* [#5995](https://github.com/xmake-io/xmake/pull/5995): Add profile support for vs generator
* [#5949](https://github.com/xmake-io/xmake/pull/5949): Add rule nodejs.module
* [#3380](https://github.com/xmake-io/xmake/issues/3380): Add namespace support
+* [#5945](https://github.com/xmake-io/xmake/issues/5945): check pkgconfig/cmake importfiles for package
### Bugs fixed
@@ -1937,6 +1938,7 @@
* [#5995](https://github.com/xmake-io/xmake/pull/5995): 为 vs generator 添加 profile 支持
* [#5949](https://github.com/xmake-io/xmake/pull/5949): 添加 nodejs.module 规则
* [#3380](https://github.com/xmake-io/xmake/issues/3380): 添加命名空间支持
+* [#5945](https://github.com/xmake-io/xmake/issues/5945): 检测 pkgconfig/cmake 导入文件
### Bugs 修复