summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-28 23:57:54 +0800
committerruki <[email protected]>2024-03-28 23:57:54 +0800
commit4b5819f37565750c6b7da673dc7862f21d3db7bd (patch)
tree8c1bd6ba0466ffa3a915db33a0d84839c783c160
parent15201254d4d5c88b71825b7cf58fb3984af89de5 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5317f2f9..32f8e5692 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +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
### Changes
@@ -1782,6 +1783,7 @@
### 新特性
* [#4874](https://github.com/xmake-io/xmake/pull/4874): 添加鸿蒙 SDK 支持
+* [#4889](https://github.com/xmake-io/xmake/issues/4889): 添加 os.signal 去注册信号处理
### 改进