summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 问题