Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 8.4.0 - March 31, 2026

- Bug fix: Fix `GetEnumUnderlyingType()` to correctly handle non-Int32 enum underlying types #470
- Bug fix: Fix `decodeILCustomAttribData` to read correct byte-width for non-Int32 enum fixed arguments (ECMA-335) #475
- Bug fix: Fix generative delegate type support; implement `GetInterface` on `ProvidedTypeDefinition` and `TargetTypeDefinition` #479
- Bug fix: Fix thread-safety races in `TargetTypeDefinition` member-wrapper caches #482
- Bug fix: Fix `decodeILCustomAttribData` to resolve `System.Type` custom attribute arguments (previously always returned null)
- Performance: Cache member wrapper objects in `TargetTypeDefinition` to avoid repeated allocations #471
- Performance: Cache `FullName`, `BaseType` and `GetInterfaces()` in `TargetTypeDefinition` #485
- Refactor: Simplify `mkCacheInt32`/`mkCacheGeneric` to use `ConcurrentDictionary` #486
- CI: Update GitHub Actions from v1 to v4 #476

#### 8.3.0 - February 26, 2026

- Performance: Memoize `transType` in `AssemblyCompiler` to reduce redundant type translation #443
Expand Down
Loading