Skip to content

Commit 44f49e3

Browse files
committed
Update CHANGELOG
1 parent e1ee405 commit 44f49e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.11.2 (Aug 10, 2025)
211

312
- Faster stack push for `Variadic<T>`

0 commit comments

Comments
 (0)