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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# ReleaseLog
2
2
3
+
## 7.7.0
4
+
5
+
Release Date: 2025-03-12.
6
+
7
+
### Runtime
8
+
9
+
-[change] fixed the issue that HYBRIDCLR_ENABLE_PROFILER was disabled in release build
10
+
-[fix] fix a crash in PDBImage::SetMethodDebugInfo when GetMethodDataFromCache returns nullptr
11
+
-[fix] fix assert bug of InterpreterDelegateInvoke when method->parameters_count - curMethod->parameters_count == 1
12
+
-[fix] fix compiler error of initialize constructor code `{a, b}` for `std::tuple<void*,void*>` in PS5
13
+
-[opt] removed unnecessary pdb lock in PDBImage
14
+
-[change] fix some compiler warnings
15
+
-[change] HYBRIDCLR_ENABLE_STRACKTRACE was enabled in both DEBUG and RELEASE build without considering HYBRIDCLR_ENABLE_STRACE_TRACE_IN_WEBGL_RELEASE_BUILD flag.
16
+
17
+
### Editor
18
+
19
+
-[fix] fixed hook failed in version below MacOS 11
20
+
-[change] CompileDllActiveBuildTarget and GenerateAll use EditorUserBuildSettings.development to compile hot update dll.
0 commit comments