X Tutup
Skip to content

Commit cac4709

Browse files
committed
Updated changelog
1 parent ac3f591 commit cac4709

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
---------
3+
### v3.5.3, 2020.05.25
4+
5+
- Improved parser
6+
- The class scope optimisation is no longer used. We always bind now to the closure's original class scope.
7+
If the class scope was `null`, then the optimisation didn't work as expected and kept the `SerializableClosure` scope.
38

49
### v3.5.2, 2020.05.21
510

0 commit comments

Comments
 (0)
X Tutup