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 2e4184e commit aee647cCopy full SHA for aee647c
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.11.5 (Nov 22, 2025)
2
+
3
+- Luau updated to 0.701
4
+- Added `Lua::set_memory_category` and `Lua::heap_dump` functions to profile (Luau) memory
5
+- Added `Lua::type_metatable` helper to get metatable of a primitive type
6
+- Added `Lua::traceback` function to generate stack traces at different levels
7
+- Added `add_method_once` /`add_async_method_once` UserData methods (experimental)
8
+- Make `AnyUserData::type_name` public
9
+- impl `IntoLuaMulti` for `&MultiValue`
10
+- Bugfixes and async perf improvements
11
12
## v0.11.4 (Sep 29, 2025)
13
14
- Make `Value::to_serializable` public
0 commit comments