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: CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,21 @@ The `Unreleased` section name is replaced by the expected version of next releas
10
10
11
11
### Added
12
12
### Changed
13
+
### Removed
14
+
### Fixed
13
15
14
-
- Updated tests to use `xunit.v3.mtp-v2`, SDK 10
16
+
<aname="3.1.1"></a>
17
+
## [3.1.1] - 2026-03-27
18
+
19
+
### Changed
20
+
21
+
- Updated tests to use `xunit.v3.mtp-v2`, SDK 10
22
+
- Switched to integrated package validation [#142](https://github.com/jet/FsCodec/pull/142)
15
23
16
-
### Removed
17
24
### Fixed
18
25
19
-
-`FsCodec.Box`: Fixed `BadImageFormatException` on .NET 10 caused by F# compiler singleton optimization emitting `MVAR` in `TypeSpec` for captureless generic local functions [#137](https://github.com/jet/FsCodec/pull/137)
20
-
-`SystemTextJson.UnionConverter`: Removed`NotSupportedException` when serializing boxed multi-case DUs (only via `options.Converters`) [#138](https://github.com/jet/FsCodec/pull/138)
26
+
-`FsCodec.Box`: Fixed `BadImageFormatException` on .NET 10 caused by F# compiler codegen for captureless generic local functions [#137](https://github.com/jet/FsCodec/pull/137)
27
+
-`SystemTextJson.UnionConverter`: Fixed`NotSupportedException` when serializing boxed multi-case DUs (only via `options.Converters`) [#138](https://github.com/jet/FsCodec/pull/138)
21
28
22
29
<aname="3.1.0"></a>
23
30
## [3.1.0] - 2025-06-12
@@ -508,7 +515,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
508
515
509
516
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments