Skip to content
Draft
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.3.0 - February 26, 2026

- Performance: Memoize `transType` in `AssemblyCompiler` to reduce redundant type translation #443
- Performance: Cache `transTypeRef` and `transMethRef` in assembly compiler #457
- Bug fix: Fix custom attributes on nested erased types #432
- Bug fix: Fix `GetNestedType` on `TypeSymbol`/`ProvidedTypeSymbol` for generic provided types #458
- Bug fix: Fix mutable variable captures in `QuotationSimplifier` β€” promote to ref cells #459
- New warning when all static parameters in a type provider are optional #428
- Documentation guide overhaul #455
- Add coverage tests and Coverage build target #442
- Update to .NET 8 SDK and toolchain #431

#### 8.2.0 - February 24, 2026

- Performance optimizations for design-time loading: lazy ILAssemblyRefs, optimize convTypeRef, inline isNull #417
Expand Down
Loading