Bump version.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Rhai Release Notes
|
||||
==================
|
||||
|
||||
Version 0.19.0
|
||||
==============
|
||||
|
||||
|
||||
Version 0.18.1
|
||||
==============
|
||||
|
||||
@@ -8,7 +12,7 @@ This version adds:
|
||||
|
||||
* Anonymous functions (in Rust closure syntax). Simplifies creation of single-use ad-hoc functions.
|
||||
* Currying of function pointers.
|
||||
* Closures - auto-currying of anonymous functions to capture shared variables from the external scope.
|
||||
* Closures - auto-currying of anonymous functions to capture shared variables from the external scope. Use the `no_closure` feature to disable sharing values and capturing.
|
||||
* Binding the `this` pointer in a function pointer `call`.
|
||||
* Capturing call scope via `func!(...)` syntax.
|
||||
|
||||
|
Reference in New Issue
Block a user