Fix bug in property setter op-assignment.

This commit is contained in:
Stephen Chung
2021-04-03 11:12:35 +08:00
parent a738f750f9
commit b089d5b8f4
7 changed files with 306 additions and 226 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 0.19.16
===============
Bug fixes
---------
* Property setter op-assignments now work properly.
Breaking changes
----------------