Sourced from chrono's releases.
v0.4.41
What's Changed
- Add
subsec_micros
andsubsec_millis
methods toTimeDelta
by@ggoetz
in chronotope/chrono#1668- Deprecate
NaiveDateTime::UNIX_EPOCH
by@robertbastian
in chronotope/chrono#1670- Implement
as_seconds_f32
andas_seconds_f64
forTimeDelta
by@ggoetz
in chronotope/chrono#1671- chore: fix some comments by
@jimmycathy
in chronotope/chrono#1677- Add
num_days_in_month
method toDatelike
trait by@aslilac
in chronotope/chrono#1673- add
WeekdaySet
, a collection ofWeekday
that isCopy
by@Kinrany
in chronotope/chrono#1676- WeekdaySet tweaks by
@djc
in chronotope/chrono#1680- Upgrade to windows-bindgen 0.61 by
@djc
in chronotope/chrono#1682- Implemented a consistent Eq trait for NaiveWeek by
@Splashling1789
in chronotope/chrono#1687- TimeZone::from_posix_tz: Treat empty TZ variable as UTC by
@drinkcat
in chronotope/chrono#1691- Add support for lossy format strings by
@Qelxiros
in chronotope/chrono#1693
d1de1d9
Bump version to 0.4.41e2bd1d1
Add support for lenient format strings (#1693)2c95b0a
Tweak expression to avoid repetitionebeef99
TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0
Tweak style on NaiveWeek fixesb267a4f
Implemented consistent Hash and Eq trait for NaiveWeek7c0bd13
Apply suggestions from clippy 1.86104cdc7
Bump MSRV to 1.626a85301
Upgrade to windows-bindgen 0.61265c79b
Tweak WeekdaySet method order