From ce873a40bfc3922444cd13dac7ccae9e1190b8b0 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Wed, 20 Jan 2021 11:00:06 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef49c9..30bf306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +## v0.5.1 + +- Support cross compilation that should work well for vendored builds (including LuaJIT with some restrictions) +- Fix numeric types conversion for 32bit Lua +- Update tokio to 1.0 for async examples + ## v0.5.0 - Serde support under `serialize` feature flag. - Re-export `mlua_derive`. +- impl `ToLua` and `FromLua` for `HashSet` and `BTreeSet` ## v0.4.2