Fix bug in try block.

This commit is contained in:
Stephen Chung
2022-01-24 08:34:21 +08:00
parent 922931f51d
commit 8d34ffb9f5
4 changed files with 83 additions and 4 deletions

View File

@@ -1,9 +1,14 @@
Rhai Release Notes
==================
Version 1.5.0
Version 1.4.2
=============
Bug fixes
---------
* Variables introduced inside `try` blocks are now properly cleaned up upon an exception.
Version 1.4.1
=============