Fix compound assignments with indexers.

This commit is contained in:
Stephen Chung
2022-04-14 22:55:39 +08:00
parent 7788e1058a
commit 3ff1ce0a19
3 changed files with 61 additions and 6 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 1.7.0
=============
Bug fixes
---------
* Compound assignments now work properly with indexers.
Version 1.6.1
=============