Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

v2.0-beta8

Choose a tag to compare

@Trey2k Trey2k released this 23 Jun 01:41
· 48 commits to main since this release
4b5d77b

What's Changed

  • New method LuaAPI.configure_gc - Is a direct exposure of lua_gc for the Lua C API
  • Improvements to memory management - There were several severe issues that could lead to memory leaks. They have been fixed in this release.
  • Other small improvements