Add bug fixes.

This commit is contained in:
Stephen Chung 2020-09-15 12:21:51 +08:00
parent 29124a8543
commit 7f8269c288

View File

@ -4,6 +4,12 @@ Rhai Release Notes
Version 0.19.0
==============
Bug fixes
---------
* `if` statement with an empty `true` block would not evaluate the `false` block. This is now fixed.
* Fixes a bug in `Module::set_fn_4_mut`.
New features
------------