Limit expression/statement nesting depths.

This commit is contained in:
Stephen Chung
2020-05-18 19:32:22 +08:00
parent f4a528a88a
commit 1824dced69
7 changed files with 513 additions and 198 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 0.15.0
==============
New features
------------
* Set limits on maximum level of nesting expressions and statements to avoid panics during parsing.
Version 0.14.1
==============