We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ee405 commit 44f49e3Copy full SHA for 44f49e3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.11.3 (TBC, 2025)
2
+
3
+- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
4
+- Do not try to yield at non-yielable points in Luau interrupt (#632)
5
+- Add `Buffer::cursor` method (Luau)
6
+- Add `Lua::create_buffer_with_capacity` method (Luau)
7
+- Make Lua reference values cheap to clone (only increments ref count)
8
+- Fix panic on large (>67M entries) table creation
9
10
## v0.11.2 (Aug 10, 2025)
11
12
- Faster stack push for `Variadic<T>`
0 commit comments