Fix bug in Scope cloning.

This commit is contained in:
Stephen Chung
2022-04-23 11:53:17 +08:00
parent 71bc605fe6
commit 5a75479119
3 changed files with 75 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Compound assignments now work properly with indexers.
* Cloning a `Scope` no longer turns all constants to mutable.
Script-breaking changes
-----------------------