From 8a2fcec972bb9bbeb5b4b189e3e2151ce9b02dff Mon Sep 17 00:00:00 2001 From: Walter Schell Date: Sun, 30 Apr 2023 10:57:09 -0400 Subject: [PATCH] README.md: Updated to reflect Lua v5.4.5 and API/ABI warning --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fef3d5d..dfca2e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lua -CMake based build of Lua 5.4.4 +CMake based build of Lua 5.4.5 | Build as C | Build as C++ | | --: | --: | | ![Build Linux](https://github.com/walterschell/Lua/actions/workflows/build-linux.yml/badge.svg?branch=master) | ![Build Linux as C++](https://github.com/walterschell/Lua/actions/workflows/build-linux-cxx.yml/badge.svg?branch=master) | @@ -13,3 +13,6 @@ add_subdirectory(lua) ... target_link_libraries( lua_static) ``` + +# Important Note: +Depending on your use case, Lua v5.4.5 is API and ABI incompatible with v5.4.1-v5.4.4. A second parameter has been added to `lua_resetthread()`. See https://marc.info/?t=168182290600001&r=1&w=2 for more details. \ No newline at end of file