summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-13 08:43:44 +0800
committerruki <[email protected]>2022-11-13 08:43:44 +0800
commit95cae7f6f15abf2f4f78fcd03bdb7647920dbb63 (patch)
tree982424ac81811758bcf3120204df181256cdf953
parent02861cdf01d4d68786216a782b3773f456d0b913 (diff)
update changelog
-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 问题