diff options
author | kyren <kerriganw@gmail.com> | 2018-02-14 00:56:20 -0500 |
---|---|---|
committer | kyren <kerriganw@gmail.com> | 2018-02-14 00:56:20 -0500 |
commit | 6b46e8abe98fd918e6e9c3c864e2a04f750b7d6a (patch) | |
tree | bcc6f63c183377329cae8449d892d7b671759594 | |
parent | fc058eba604e725e68d3966d5f114f278bce7af0 (diff) | |
download | mlua-6b46e8abe98fd918e6e9c3c864e2a04f750b7d6a.zip |
prepare for 0.12.2
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c229b..1c27ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.12.2] +- Some minor documentation fixes. +- Fix for some rare panics which might result in an abort from panicking across + a C API boundary. + ## [0.12.1] - Fix a stupid bug where `AnyUserData::set_user_value` / `AnyUserData::get_user_value` could panic if the `ToLua` / `FromLua` type @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.12.1" +version = "0.12.2" authors = ["kyren <catherine@chucklefish.org>"] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua" |