Update CHANGELOG

This commit is contained in:
Alex Orlenko 2021-10-04 23:28:24 +01:00
parent c8c64a1b5a
commit 235fba821e
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -1,3 +1,10 @@
## v0.6.5
- Fixed bug when polling async futures (#77)
- Refactor Waker handling in async code (+10% performance gain when calling async functions)
- Added `Location::caller()` information to `Lua::load()` if chunk's name is None (Rust 1.46+)
- Added serialization of i128/u128 types (serde)
## v0.6.4
- Performance optimizations