Bump version.

This commit is contained in:
Stephen Chung
2020-06-18 13:01:07 +08:00
parent 2f815e277d
commit a3ea788fb0
3 changed files with 17 additions and 12 deletions

View File

@@ -1,13 +1,17 @@
Rhai Release Notes
==================
Version 0.15.2
==============
Version 0.15.1
==============
This is a minor release which enables updating indexers (via registered indexer setters) and supports functions
with `&str` parameters (maps transparently to `ImmutableString`). WASM is also a tested target.
Buf fix
Bug fix
-------
* `let s="abc"; s[1].change_to('X');` now correctly sets the character '`X`' into '`s`' yielding `"aXc"`.
@@ -30,6 +34,7 @@ New features
* Supports trailing commas on array literals, object map literals, function definitions and function calls.
* Enhances support for compiling to WASM.
Version 0.15.0
==============