Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 31, 2024
1 parent 2e36472 commit 05be665
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Lupa change log
2.2 (2024-??-??)
----------------

* A new method ``LuaRuntime.gc()`` was added to control the Lua garbage collector.
* A new method ``LuaRuntime.gccollect()`` was added to trigger the Lua garbage collector.

* A new context manager ``LuaRuntime.nogc()`` was added to temporarily disable the Lua
garbage collector.

* Freeing Python objects from a thread while running Lua code could run into a deadlock.


2.1 (2024-03-24)
Expand Down

0 comments on commit 05be665

Please sign in to comment.