We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3f591 commit cac4709Copy full SHA for cac4709
CHANGELOG.md
@@ -1,5 +1,10 @@
1
CHANGELOG
2
---------
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.
8
9
### v3.5.2, 2020.05.21
10
0 commit comments