Refine docs.

This commit is contained in:
Stephen Chung
2021-02-09 14:22:55 +08:00
parent 2dd5aceb1d
commit 88b01d6aba
3 changed files with 15 additions and 9 deletions

View File

@@ -4,6 +4,12 @@ Rhai Release Notes
Version 0.19.12
===============
Bug fixes
---------
* Empty statements (i.e. statements with only one `;`) now parse correctly and no longer hang.
* `continue`, `break` and `return` statements no longer panic inside a `try .. catch` block.
Breaking changes
----------------