Dynamic::into_shared not available under no_closure.

This commit is contained in:
Stephen Chung
2021-02-06 22:16:44 +08:00
parent dff124b242
commit a54b88a8b0
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ Rhai Release Notes
Version 0.19.12
===============
Breaking changes
----------------
* `Dynamic::into_shared` is no longer available under `no_closure`. It used to panic.
Version 0.19.11
===============