From 7f8269c288b82e80530f6274657b96598f54ea64 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 15 Sep 2020 12:21:51 +0800 Subject: [PATCH] Add bug fixes. --- RELEASES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 902cd855..cb155381 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 ------------