Fix parser bug.

This commit is contained in:
Stephen Chung
2022-02-18 11:05:58 +08:00
parent 1011602cf6
commit 83786c992b
2 changed files with 57 additions and 37 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.6.0
=============
Bug fixes
---------
* Invalid property or method access such as `a.b::c.d` or `a.b::func()` no longer panics but properly returns a syntax error.
Version 1.5.0
=============