Update CHANGELOG

This commit is contained in:
Alex Orlenko 2020-08-17 11:14:40 +01:00
parent a172c021c9
commit b743245aba

View file

@ -1,3 +1,9 @@
## v0.4.2
- Added `Function::dump()` to dump lua function to a binary chunk
- Added `ChunkMode` enum to mark chunks as text or binary
- Updated `set_memory_limit` doc
## v0.4.0
- Lua 5.4 support with `MetaMethod::Close`.