There was an error while loading. Please reload this page.
1 parent a74c68a commit badd02dCopy full SHA for badd02d
ReleaseNotes.txt
@@ -1,3 +1,9 @@
1
+# 2.3.0
2
+fix: fixed netcore related error with enumerable.empty<T>
3
+feature: added optional `global` parameter to all CSharpExpression methods to allow specify global object for expression.
4
+test: removed flaky test with double.tostring() comparison
5
+fix: fixed typo in `arg4Name` in `CSharpExpression.ParseFunc{4}` and `CSharpExpression.ParseAction{4}`
6
+
7
# 2.2.9
8
fix: fixed error with instantiated generic method on types (which is impossible in normal conditions, but fine for Unity AOT runtime).
9
0 commit comments