diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2024-05-15 23:11:50 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2024-05-15 23:11:50 +0100 |
commit | 0aa86c4d47dd418e7534afe133560dc77ff03bd0 (patch) | |
tree | 2988fbfabc36fe355c40ff1d8be79a2d5b643063 | |
parent | ea2faa37556f0483ca59353c224a17a4569d5a3d (diff) | |
download | mlua-0aa86c4d47dd418e7534afe133560dc77ff03bd0.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de2d190..236c910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.8 + +- Fixed serializing same table multiple times (#408) +- Use `mlua-sys` v0.6 (to support Luau 0.624+) +- Fixed cross compilation of windows dlls from unix (#394) + ## v0.9.7 - Implemented `IntoLua` for `RegistryKey` |