Update changelog in preparation for 0.14.1 release

I'm a bit unclear on whether bumping a dependency's minor version is considered
a semver breaking change, but without doing this everyone probably gets
deprecation warnings?
This commit is contained in:
kyren 2018-08-05 12:31:33 -04:00
parent a2615a8cbb
commit 294f3e64ca

View file

@ -1,3 +1,9 @@
## [0.14.1]
- Update to require failure 0.1.2 and fix deprecation warnings.
- Update embedded Lua to 5.3.5
- Important soundness fix for `Lua::scope`, no longer allow callbacks created
from `Scope` to leak their parameters.
## [0.14.0]
- Lots of performance improvements, including one major change: Lua handles no
longer use the registry, they now instead are stored in an auxillary thread