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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,23 @@ 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
15
+
16
+
<aname="3.1.2"></a>
17
+
## [3.1.2] - 2026-04-01
18
+
19
+
### Changed
20
+
### Removed
13
21
14
22
-`build.proj`: Added `Test` target; `Build` now runs Test + Pack [#143](https://github.com/jet/FsCodec/pull/143)
15
23
-`azure-pipelines.yml`: Consolidated three identical jobs into a matrix strategy, driven by `build.proj`[#143](https://github.com/jet/FsCodec/pull/143)
16
24
17
25
### Removed
18
26
19
-
-`SystemTextJson.UnionConverter`: Reverted `CanConvert` widening for boxed DU case types [#144](https://github.com/jet/FsCodec/pull/144)
20
-
21
-
### Fixed
27
+
-`SystemTextJson.UnionConverter`: Reverted [#138](https://github.com/jet/FsCodec/pull/138)`CanConvert` widening for boxed DU case types released in `3.1.1`[#144](https://github.com/jet/FsCodec/pull/144)
22
28
23
-
<aname="3.1.1"></a>
29
+
-<aname="3.1.1"></a>
24
30
## [3.1.1] - 2026-03-27
25
31
26
32
### Changed
@@ -522,7 +528,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
522
528
523
529
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments