summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-05 00:38:17 +0800
committerruki <[email protected]>2021-08-05 00:38:17 +0800
commit9967a6254df6c29e5570483a55920ca5c39b36e8 (patch)
tree044691c31ac707bcef3a1165c8e8f0dcc6b3d941
parent376aaf2b9432b2da255c4aaabcbc8c84d2372c4c (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb1233ffe..756b3021d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#1534](https://github.com/xmake-io/xmake/issues/1534): Support to compile Vala lanuage project
+* [#1544](https://github.com/xmake-io/xmake/issues/1544): Add utils.bin2c rule to generate header from binary file
### Change
@@ -1055,6 +1056,7 @@
### 新特性
* [#1534](https://github.com/xmake-io/xmake/issues/1534): 新增对 Vala 语言的支持
+* [#1544](https://github.com/xmake-io/xmake/issues/1544): 添加 utils.bin2c 规则去自动从二进制资源文件产生 .h 头文件并引入到 C/C++ 代码中
### 改进