summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-19 00:58:41 +0800
committerruki <[email protected]>2023-09-19 00:58:41 +0800
commit00fe8d37c2f6ebe818d2d755d97c2a5a0bd1d6a8 (patch)
treeba444e5837a040558d36cb63893bdb7fc48a9601
parentf06ebb04e1818c33a8a438c0d2dd3436c1621f48 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b8d68615..fa59ea75b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#4112](https://github.com/xmake-io/xmake/issues/4112): Support Lua Debugger (EmmyLua)
* [#4132](https://github.com/xmake-io/xmake/pull/4132): Support cppfront
* [#4147](https://github.com/xmake-io/xmake/issues/4147): Add hlsl2spv rule
+* Add lib.lua.package module
### Changes
@@ -1659,6 +1660,7 @@
* [#4112](https://github.com/xmake-io/xmake/issues/4112): 支持 Lua 调试 (EmmyLua)
* [#4132](https://github.com/xmake-io/xmake/pull/4132): 支持 cppfront
* [#4147](https://github.com/xmake-io/xmake/issues/4147): 添加 hlsl2spv 规则
+* 添加 lib.lua.package 模块
### 改进