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 cfbe8cf87..c5ec127bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#3049](https://github.com/xmake-io/xmake/pull/3049): Add `xmake format` plugin
+
### Bugs fixed
* Fix requires-lock bug
@@ -1437,6 +1441,10 @@
## master (开发中)
+### 新特性
+
+* [#3049](https://github.com/xmake-io/xmake/pull/3049): 添加 `xmake format` 插件
+
### Bugs 修复
* 修复 requires-lock 问题