Mark pure.

This commit is contained in:
Stephen Chung
2023-01-03 14:00:18 +08:00
parent 9f5783f1a4
commit ae02668d08
2 changed files with 41 additions and 6 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.13.0
==============
Bug fixes
---------
* `map` and `filter` for arrays are marked `pure`. Warnings are added to the documentation of pure array methods that take `this` closures.
Version 1.12.0
==============