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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas
8
8
9
9
## [Unreleased]
10
10
11
+
### Added
12
+
### Changed
13
+
### Removed
14
+
### Fixed
15
+
16
+
<aname="3.0.0-rc.16"></a>
17
+
## [3.0.0-rc.16] - 2024-1-27
18
+
11
19
### Added
12
20
13
21
- Exposed low level Codec.Create overload for infrastructure use
@@ -16,9 +24,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
16
24
17
25
-`BREAKING: JsonPickler/JsonIsomorphism/UnionConverter`: Reduced greediness of `Type` matching (only honors tags placed on the type being serialized, not parents) [#113](https://github.com/jet/FsCodec/pull/113)
18
26
19
-
### Removed
20
-
### Fixed
21
-
22
27
<aname="3.0.0-rc.15"></a>
23
28
## [3.0.0-rc.15] - 2023-12-15
24
29
@@ -436,7 +441,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
436
441
437
442
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments