diff options
-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" |