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 ca22ea3 commit d8455c0Copy full SHA for d8455c0
CHANGELOG.md
@@ -3,6 +3,7 @@
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
+- `Debug::curr_line` is deprecated in favour of `Debug::current_line` that returns `Option<usize>`
7
- Added `Lua::set_globals` method to replace global environment
8
- `Table::set_metatable` now returns `Result<()>` (this operation can fail in sandboxed Luau mode)
9
- `impl ToString` replaced with `Into<StdString>` in `UserData` registration
0 commit comments