File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Versioning].
99
1010## Unreleased
1111
12+ None.
13+
14+ ## 0.2.8 [ 2020-03-12]
15+
1216### Added
1317
1418- ` cargo_web ` support has been added for getting a local offset. A general
@@ -18,6 +22,7 @@ Versioning].
1822 ` OffsetDateTime::try_now_local() ` provide fallible alternatives when the
1923 default of UTC is not desired. To facilitate this change,
2024 ` IndeterminateOffsetError ` has been added.
25+ - Support for parsing and formatting subsecond nanoseconds.
2126
2227### Changed
2328
Original file line number Diff line number Diff line change 11[package ]
22name = " time"
3- version = " 0.2.7 "
3+ version = " 0.2.8 "
44authors = [
" Jacob Pratt <[email protected] >" ]
55edition = " 2018"
66repository = " https://github.com/time-rs/time"
You can’t perform that action at this time.
0 commit comments