Remove scope parameter from ModuleResolver::resolve.

This commit is contained in:
Stephen Chung
2020-06-20 21:49:45 +08:00
parent 348c3edc76
commit ffe0c559be
3 changed files with 9 additions and 16 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 0.15.2
==============
Breaking changes
----------------
* The trait function `ModuleResolver::resolve` no longer takes a `Scope` as argument.
Version 0.15.1
==============