File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ### Fixes
11+
12+ - Wrap ` Time::second ` and ` Time::nanosecond ` in ` Option ` , preserving whether they are present or not
13+ - Allow deserializing to borrowed ` &str `
14+
1015## [ 0.9.12] - 2026-02-10
1116
1217### Fixes
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ### Fixes
11+
12+ - Wrap ` Time::second ` and ` Time::nanosecond ` in ` Option ` , preserving whether they are present or not
13+
1014## [ 0.7.5] - 2025-12-18
1115
1216### Features
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ### Fixes
11+
12+ - Wrap ` Time::second ` and ` Time::nanosecond ` in ` Option ` , preserving whether they are present or not
13+
1014## [ 0.24.1] - 2026-02-10
1115
1216### Fixes
You can’t perform that action at this time.
0 commit comments