Fix bug in strict variables mode.

This commit is contained in:
Stephen Chung
2022-08-29 22:26:07 +08:00
parent 75275371ac
commit 0870318e4e
3 changed files with 29 additions and 22 deletions

View File

@@ -1,6 +1,14 @@
Rhai Release Notes
==================
Version 1.9.1
=============
This is a bug-fix version that fixes a bug.
Accessing properties in _Strict Variables Mode_ no longer generates a _variable not found_ error.
Version 1.9.0
=============