Sourced from time's releases.
v0.3.36
See the changelog for details.
v0.3.35
See the changelog for details.
Sourced from time's changelog.
0.3.36 [2024-04-10]
# Fixed
FormatItemcan be used as part of an import path. See #675 for details.0.3.35 [2024-04-10]
Added
Duration::checked_negext::InstantExt, which provides methods for usingtime::Durationwithstd::time::InstantChanged
Instantis deprecated. It is recommended to usestd::time::Instantdirectly, importingtime::ext::InstantExtfor interoperability withtime::Duration.FormatItemhas been renamed toBorrowedFormatItem, avoiding confusion withOwnedFormatItem. An alias has been added for backwards compatibility.Fixed
- The weekday is optional when parsing RFC2822.
- The range of sub-second values in
Durationis documented correctly. The previous documentation contained an off-by-one error.- Leap seconds are now correctly handled when parsing ISO 8601.
3c3c546
pub use instead of pub type re-exporting266178d
Update code coverage CI131049e
v0.3.35 release9c15ee3
Permit leap seconds when parsing ISO 8601d279d8d
Fix invalid offset hour diagnostic testf04a28f
Eliminate unreachable branch06a096d
Rename FormatItem to BorrowedFormatItemfd664ee
Include diagnostics regressionb8d09a7
Address nightly lints330865a
Update deny.toml