diff options
| author | ruki <[email protected]> | 2021-08-20 22:31:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:31:00 +0800 |
| commit | 800535762f40247fafefbf5333502d0ffb4285af (patch) | |
| tree | 6a292f4fe9003027f89a570ffc1c99f0de46feba | |
| parent | 4f0662ed2bfae508b6083b3b5881be32940daf6f (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a58a11cda..0967c52e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#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 * [#1547](https://github.com/xmake-io/xmake/issues/1547): Support to run and get output of c/c++ snippets in option +* [#1567](https://github.com/xmake-io/xmake/issues/1567): Package "lock file" support to freeze dependencies ### Change @@ -1060,6 +1061,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++ 代码中 * [#1547](https://github.com/xmake-io/xmake/issues/1547): option/snippets 支持运行检测模式,并且可以获取输出 +* [#1567](https://github.com/xmake-io/xmake/issues/1567): 新增 xmake-requires.lock 包依赖锁定支持 ### 改进 |
