Update CHANGELOG

This commit is contained in:
Alex Orlenko 2021-09-28 18:51:27 +01:00
parent 5b1483bd56
commit 1141073a65
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -1,3 +1,8 @@
## v0.6.4
- Performance optimizations
- Fixed table traversal used in recursion detection in deserializer
## v0.6.3
- Disabled catching Rust panics in userdata finalizers on drop. It also has positive performance impact.