Skip to content

Commit 4cfe0be

Browse files
committed
Update CHANGELOG
1 parent a9a4814 commit 4cfe0be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## v0.11.0 (Jul 8, 2025)
1+
## v0.11.0 (Jul 9, 2025)
22

33
Changes since v0.11.0-beta.3
4-
- `Lua::inspect_stack` takes a callback passing `&Debug` arguments, instead of returning `Debug` directly
4+
5+
- Allow linking external Lua libraries in a build script (e.g. pluto) using `external` mlua-sys feature flag
6+
- `Lua::inspect_stack` takes a callback with `&Debug` argument, instead of returning `Debug` directly
57
- Added `Debug::function` method to get function running at a given level
68
- `Debug::curr_line` is deprecated in favour of `Debug::current_line` that returns `Option<usize>`
79
- Added `Lua::set_globals` method to replace global environment

0 commit comments

Comments
 (0)