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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,21 @@ The `Unreleased` section name is replaced by the expected version of next releas
9
9
## [Unreleased]
10
10
11
11
### Added
12
+
### Changed
13
+
### Removed
14
+
### Fixed
12
15
13
-
-`TimelineEvent.ToString`: Render Unfold/Event state, EventType, Index [#123](https://github.com/jet/FsCodec/pull/123)
16
+
<aname="3.0.3"></a>
17
+
## [3.0.3] - 2024-10-14
18
+
19
+
### Added
20
+
21
+
-`TimelineEvent.ToString`: Render Unfold/Event state, EventType, Index [#123](https://github.com/jet/FsCodec/pull/123)
14
22
15
23
### Changed
16
24
17
25
-`SystemTextJson`: Dropped minimum `System.Text.Json` version to `6.0.10` per [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4)[#125](https://github.com/jet/FsCodec/pull/125)
18
26
19
-
### Removed
20
-
### Fixed
21
-
22
27
<aname="3.0.2"></a>
23
28
## [3.0.2] - 2024-7-11
24
29
@@ -488,7 +493,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
488
493
489
494
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments