Update CHANGELOG

This commit is contained in:
Alex Orlenko 2021-08-22 16:31:14 +01:00
parent 63c4861520
commit 7e7a44f4cd
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -1,3 +1,10 @@
## v0.6.3
- Disabled catching Rust panics in userdata finalizers on drop. It also has positive performance impact.
- Added `Debug::event()` to the hook's Debug structure
- Simplified interface of `hook::HookTriggers`
- Added finalizer to `ExtraData` in module mode. This helps avoiding memory leak on closing state when Lua unloads modules and frees memory.
## v0.6.2
- New functionality: `Lua::load_from_function()` and `Lua::create_c_function()`