summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-31 22:18:20 +0800
committerruki <[email protected]>2024-03-31 22:18:20 +0800
commit479ebb1da2792c84758dea5d6b9a025fba47a9fc (patch)
tree2e95d563fd16b71338995d49f2c0d5da40286896
parent1f2ca3502f9b01da53d76d517f0e2706a8b32364 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0621cd878..f088e1d33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@
### New features
* [#4874](https://github.com/xmake-io/xmake/pull/4874): Add Harmony SDK support
-* [#4889](https://github.com/xmake-io/xmake/issues/4889): Add os.signal to register signal handler in lua
+* [#4889](https://github.com/xmake-io/xmake/issues/4889): Add signal module to register signal handler in lua
### Changes
@@ -1785,7 +1785,7 @@
### 新特性
* [#4874](https://github.com/xmake-io/xmake/pull/4874): 添加鸿蒙 SDK 支持
-* [#4889](https://github.com/xmake-io/xmake/issues/4889): 添加 os.signal 去注册信号处理
+* [#4889](https://github.com/xmake-io/xmake/issues/4889): 添加 signal 模块 去注册信号处理
### 改进