Simplify code.

This commit is contained in:
Stephen Chung
2020-10-01 23:31:27 +08:00
parent a13fcc5cc2
commit e8d5f78f88
5 changed files with 104 additions and 89 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 0.20.0
==============
Breaking changes
----------------
* `AST::iter_functions` and `Module::iter_script_fn_info` now return an iterator instead of taking a closure.
Version 0.19.0
==============