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 a9a4814 commit 4cfe0beCopy full SHA for 4cfe0be
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-## v0.11.0 (Jul 8, 2025)
+## v0.11.0 (Jul 9, 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
+- 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
7
- Added `Debug::function` method to get function running at a given level
8
- `Debug::curr_line` is deprecated in favour of `Debug::current_line` that returns `Option<usize>`
9
- Added `Lua::set_globals` method to replace global environment
0 commit comments