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 1ec4661 commit d011a1fCopy full SHA for d011a1f
1 file changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.11.0 (Jul 8, 2025)
2
+
3
+Changes since v0.11.0-beta.3
4
+- `Lua::inspect_stack` takes a callback passing `&Debug` arguments, instead of returning `Debug` directly
5
+- Added `Debug::function` method to get function running at a given level
6
+- Added `Lua::set_globals` method to replace global environment
7
+- `Table::set_metatable` now returns `Result<()>` (this operation can fail in sandboxed Luau mode)
8
+- `impl ToString` replaced with `Into<StdString>` in `UserData` registration
9
+- `Value::as_str` and `Value::as_string_lossy` methods are deprecated (as they are non-idiomatic)
10
+- Bugfixes and improvements
11
12
## v0.11.0-beta.3 (Jun 23, 2025)
13
14
- Luau in sandboxed mode has reduced options in `collectgarbage` function (to follow the official doc)
0 commit comments