You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# ReleaseLog
2
2
3
+
## 7.0.0
4
+
5
+
Release Date: 2024-11-15.
6
+
7
+
### Runtime
8
+
9
+
-[new] support method inlining
10
+
-[refactor] refactor Transform codes
11
+
12
+
### Editor
13
+
14
+
-[new] add option RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth
15
+
-[fix] fix the bug in GenericReferenceWriter where _systemTypePattern did not properly escape the '.' in type names. This caused issues when compiler-generated anonymous types and functions contained string sequences like 'System-Int', incorrectly matching them to 'System.Int', resulting in runtime exceptions.
16
+
-[fix] fix the bug in `MissingMetadataChecker` where it did not check for missing fields.
0 commit comments