Skip to content

Commit d011a1f

Browse files
committed
Update CHANGELOG
1 parent 1ec4661 commit d011a1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## v0.11.0-beta.3 (Jun 23, 2025)
213

314
- Luau in sandboxed mode has reduced options in `collectgarbage` function (to follow the official doc)

0 commit comments

Comments
 (0)