Skip to content

Commit 6fcd18e

Browse files
committed
Update CHANGELOG
1 parent 39cac56 commit 6fcd18e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.11.0-beta.2 (Jun ?, 2025)
2+
3+
- Lua 5.4 updated to 5.4.8
4+
- Terminate Rust `Future` when `AsyncThread` is dropped (without relying on Lua GC)
5+
- Added `loadstring` function to Luau
6+
- Make `AsChunk` trait dyn-friendly
7+
- Luau `Require` trait synced with Luau 0.674
8+
- Luau `Require` trait methods now can return `Error` variant (in `NavigateError` enum)
9+
- Added `__type` to `Error`'s userdata metatable (for `typeof` function)
10+
- `parking_log/send_guard` is moved to `userdata-wrappers` feature flag
11+
112
## v0.11.0-beta.1 (May 7th, 2025)
213

314
- New "require-by-string" for Luau (with `Require` trait and async support)

0 commit comments

Comments
 (0)