From 105e01d9d5ffd8249b16985007189d3c5f7c279d Mon Sep 17 00:00:00 2001 From: actboy168 Date: Tue, 22 Aug 2023 09:47:39 +0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6001dc71..c024422e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Lua runtime and toolset * Enable ansi escape code on windows * String encoding on windows using utf8 * Remove randomness when traversing the table +* Fast setjmp on windows * Add error hook (for debugger) * Add resume/yield hook (for debugger) * Enable lua_assert in debug mode