Update CHANGELOG

This commit is contained in:
Alex Orlenko
2021-09-28 18:51:27 +01:00
parent 5b1483bd56
commit 1141073a65
+5
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.