Skip to content

Commit 05be665

Browse files
committed
Update changelog.
1 parent 2e36472 commit 05be665

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Lupa change log
44
2.2 (2024-??-??)
55
----------------
66

7-
* A new method ``LuaRuntime.gc()`` was added to control the Lua garbage collector.
7+
* A new method ``LuaRuntime.gccollect()`` was added to trigger the Lua garbage collector.
8+
9+
* A new context manager ``LuaRuntime.nogc()`` was added to temporarily disable the Lua
10+
garbage collector.
11+
12+
* Freeing Python objects from a thread while running Lua code could run into a deadlock.
813

914

1015
2.1 (2024-03-24)

0 commit comments

Comments
 (0)