Skip to content

Commit 7467b55

Browse files
committed
Update CHANGELOG
1 parent 7ddcdc1 commit 7467b55

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.12.0 (Jul 05, 2026)
2+
3+
Changes since v0.12.0-rc.2
4+
5+
- Create root re-exports are refactored (only essentials are re-exported, the rest is in the new submodules)
6+
- Added `ThreadStatus::Normal` and `Thread::is_normal` (mimic `coroutine.status`)
7+
- Added `Lua::set_jit_options` with support of Luau JIT inliner (Luau)
8+
- Added `Value::as_vector`/`Value::is_vector` (Luau)
9+
- `serde`: tables with the array metatable are always encoded as arrays (incl. `detect_mixed_tables` option)
10+
- impl `Hash` for `BorrowedStr`/`BorrowedBytes`
11+
- `Lua::current_thread` resolves implicit async threads to their root owner (#706)
12+
- Bugfixes and improvements
13+
114
## v0.12.0-rc.2 (Jun 06, 2026)
215

316
- Add `#[derive(UserData)]` and `#[mlua::userdata_impl]` macros

0 commit comments

Comments
 (0)