Update to 0.9.4, update changelog

This commit is contained in:
kyren 2017-10-24 08:59:55 -04:00
parent f634ce1101
commit 4bbeeb2b2d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## [0.9.4]
- Fix quadratic behavior in ``Function::bind``
- `lua_checkstack` fixes, particularly fixing a crash bug due to luaL_ref using
a single extra stack space.
## [0.9.3]
- Soundness fix for recursive function calls, now causes a panic.
This is temporary while I work on a more major update that

View File

@ -1,6 +1,6 @@
[package]
name = "rlua"
version = "0.9.3"
version = "0.9.4"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"