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 7ddcdc1 commit 7467b55Copy full SHA for 7467b55
1 file changed
CHANGELOG.md
@@ -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
14
## v0.12.0-rc.2 (Jun 06, 2026)
15
16
- Add `#[derive(UserData)]` and `#[mlua::userdata_impl]` macros
0 commit comments