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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,48 @@
1
1
# ReleaseLog
2
2
3
+
## 8.4.0
4
+
5
+
Release Date: 2025-07-26.
6
+
7
+
### Runtime
8
+
9
+
-**[new] IMPORTANT! support custom image format**
10
+
-[change] the type of field `offset` of ldsfld, stfld, ldthreadlocalfld、stthreadlocalfld changed from uint16_t to uint32_t so that supports class with huge static fields.
11
+
-[opt] optimize to use NewValueTypeVar_Ctor_0 for new zero-argument value type and System.Activator.CreateInstance<T>()
12
+
-[opt] optimize new ValueType with zero arguments.
13
+
14
+
### Editor
15
+
16
+
-[fix] fix the issue that `Texture Compression` option in Build Settings was changed after running `HybridCLR/Generate/All` on Android platform
17
+
18
+
## 8.3.0
19
+
20
+
Release Date: 2025-07-04.
21
+
22
+
### Runtime
23
+
24
+
-[fix] fix the bug where RuntimeInitClassCCtor was executed during InterpreterModule::GetInterpMethodInfo. This caused the type static constructor to be incorrectly executed prematurely during PrejitMethod.
25
+
-[fix] fix bug that JitMethod jit method of generic class incorrectly.
26
+
-[merge] merge il2cpp of tuanjie changes from 1.5.0-1.6.0
27
+
28
+
### Editor
29
+
30
+
-[fix] fix the bug that not collect struct in calli and extern method signature in generating MethodBridge.
31
+
32
+
## 8.2.0
33
+
34
+
Release Date: 2025-06-12.
35
+
36
+
### Runtime
37
+
38
+
-[fix] fix line number mistake in stacktrace
39
+
-[fix] Fixed bug that PDBImage::SetupStackFrameInfo didn't set ilOffset and sourceCodeLineNumber of stackFrame when SequencePoint not found
40
+
-[merge] merge il2cpp changes from 2022.3.54-2022.3.63
41
+
42
+
### Editor
43
+
44
+
-[change] changed from throw exception to logError when not supported pinvoke or reverse pinvoke method parameter type was found
0 commit comments