Skip to content

Commit d8455c0

Browse files
committed
Update CHANGELOG
1 parent ca22ea3 commit d8455c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Changes since v0.11.0-beta.3
44
- `Lua::inspect_stack` takes a callback passing `&Debug` arguments, instead of returning `Debug` directly
55
- 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>`
67
- Added `Lua::set_globals` method to replace global environment
78
- `Table::set_metatable` now returns `Result<()>` (this operation can fail in sandboxed Luau mode)
89
- `impl ToString` replaced with `Into<StdString>` in `UserData` registration

0 commit comments

Comments
 (0)