Extract index calculataion into functions.

This commit is contained in:
Stephen Chung
2022-01-13 18:13:27 +08:00
parent 4b4a6c944d
commit 0f4e8848f9
14 changed files with 328 additions and 558 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.5.0
=============
Bug fixes
---------
* `set_bit` for bit-flags with negative index now works correctly.
Version 1.4.0
=============