summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-14 22:45:54 +0800
committerruki <[email protected]>2022-11-14 22:45:54 +0800
commit7ca26dbb5605cfdb5640c9f79fcbff677af161bc (patch)
treee004de80f0409b3115395a16dafd3b6485fd0466
parent447b55d0e8f007bc5c5164cf92fdff47904192a2 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5ec127bb..b61f2645a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* [#3049](https://github.com/xmake-io/xmake/pull/3049): Add `xmake format` plugin
+### Changes
+
+* [#3056](https://github.com/xmake-io/xmake/issues/3056): Improve zig support
+
### Bugs fixed
* Fix requires-lock bug
@@ -1445,6 +1449,10 @@
* [#3049](https://github.com/xmake-io/xmake/pull/3049): 添加 `xmake format` 插件
+### 改进
+
+* [#3056](https://github.com/xmake-io/xmake/issues/3056): 改进 Zig 支持
+
### Bugs 修复
* 修复 requires-lock 问题