Skip to content

Commit aee647c

Browse files
committed
Update CHANGELOG
1 parent 2e4184e commit aee647c

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.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+
112
## v0.11.4 (Sep 29, 2025)
213

314
- Make `Value::to_serializable` public

0 commit comments

Comments
 (0)