Fix bug with optimizing op-assignment operators.

This commit is contained in:
Stephen Chung
2022-01-23 21:09:37 +08:00
parent 5c0cf70f70
commit 97be256a1a
5 changed files with 31 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
Rhai Release Notes
==================
Version 1.5.0
Version 1.4.1
=============
Bug fixes
---------
* Expressions such as `x = x + 1` no longer panics.
* Padding arrays with another array via `pad` no longer loops indefinitely.
* `chop` for arrays and BLOB's now works properly.
* `set_bit` for bit-flags with negative index now works correctly.