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 39cac56 commit 6fcd18eCopy full SHA for 6fcd18e
CHANGELOG.md
@@ -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
12
## v0.11.0-beta.1 (May 7th, 2025)
13
14
- New "require-by-string" for Luau (with `Require` trait and async support)
0 commit comments