File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
6
6
7
7
---
8
8
9
+ ## 0.3.14 [ 2022-08-24]
10
+
11
+ ### Changed
12
+
13
+ - The minimum supported Rust version is now 1.59.0.
14
+ - ` Duration::unsigned_abs ` is now ` const fn ` .
15
+ - The const parameter for ` time::format_description::well_known::Iso8601 ` now has a default. This
16
+ means ` Iso8601 ` is the same as ` Iso8601::DEFAULT ` .
17
+ - The ` Parsed ` struct has been reduced in size from 56 to 32 bytes (a 43% reduction).
18
+
9
19
## 0.3.13 [ 2022-08-09]
10
20
11
21
### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
4
4
5
5
[package ]
6
6
name = " time"
7
- version = " 0.3.13 "
7
+ version = " 0.3.14 "
8
8
authors = [" Jacob Pratt <open-source@jhpratt.dev>" , " Time contributors" ]
9
9
edition = " 2021"
10
10
rust-version = " 1.59.0"
Original file line number Diff line number Diff line change 1
- //! A trait that can d, be use to format an item from its components.
1
+ //! A trait that can be used to format an item from its components.
2
2
3
3
use core:: ops:: Deref ;
4
4
use std:: io;
You can’t perform that action at this time.
0 commit comments