Make Scope Clone + Hash.

This commit is contained in:
Stephen Chung
2020-12-24 09:42:03 +08:00
parent 9fd7e01197
commit c81a59435b
2 changed files with 10 additions and 6 deletions

View File

@@ -14,6 +14,11 @@ Breaking changes
* `Engine::register_module` is renamed `Engine::register_static_module` and now must explicitly pass a shared [`Module`].
* `Package::get` is renamed `Package::as_shared_module`.
Enhancements
------------
* `Scope` is now `Clone + Hash`.
Version 0.19.8
==============