Skip to content

Commit 5d95f4b

Browse files
committed
Release 3.1.2
1 parent 97fa4ac commit 5d95f4b

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ The `Unreleased` section name is replaced by the expected version of next releas
1010

1111
### Added
1212
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="3.1.2"></a>
17+
## [3.1.2] - 2026-04-01
18+
19+
### Changed
20+
### Removed
1321

1422
- `build.proj`: Added `Test` target; `Build` now runs Test + Pack [#143](https://github.com/jet/FsCodec/pull/143)
1523
- `azure-pipelines.yml`: Consolidated three identical jobs into a matrix strategy, driven by `build.proj` [#143](https://github.com/jet/FsCodec/pull/143)
1624

1725
### Removed
1826

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)
2228

23-
<a name="3.1.1"></a>
29+
- <a name="3.1.1"></a>
2430
## [3.1.1] - 2026-03-27
2531

2632
### Changed
@@ -522,7 +528,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
522528

523529
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
524530

525-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.1.1...HEAD
531+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.1.2...HEAD
532+
[3.1.2]: https://github.com/jet/FsCodec/compare/3.1.1...3.1.2
526533
[3.1.1]: https://github.com/jet/FsCodec/compare/3.1.0...3.1.1
527534
[3.1.0]: https://github.com/jet/FsCodec/compare/3.0.3...3.1.0
528535
[3.0.3]: https://github.com/jet/FsCodec/compare/3.0.2...3.0.3

0 commit comments

Comments
 (0)