What's Changed
- #1577: Changed years_since documentation to match its implementation by @Taxalo in #1578
- Remove obsolete weird feature guard by @djc in #1582
- Fix format::strftime docs link by @frederikhors in #1581
- Fix micros (optional) limit in and_hms_micro_opt by @qrilka in #1584
- Update windows-bindgen requirement from 0.56 to 0.57 by @dependabot in #1589
- native/date: Improve DelayedFormat doc re Panics by @behnam-oneschema in #1590
- Fix typo in rustdoc of
from_timestamp_nanos()
by @sgoll in #1591 - Update windows-bindgen requirement from 0.57 to 0.58 by @dependabot in #1594
- docs: document century cutoff for %y by @MarcoGorelli in #1598
- Checked
NaiveWeek
methods by @bragov4ik in #1600 - Impl serde::Serialize and serde::Deserialize for TimeDelta by @Awpteamoose in #1599
- Derive
PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in #1618 - Support ohos tzdata since ver.oh35 by @MirageLyu in #1613
- Use Formatter::pad (instead of write_str) for Weekdays by @horazont in #1621
- Fix typos by @szepeviktor in #1623
- Fix comment. by @khuey in #1624
- chore: add
#[inline]
tonum_days
by @CommanderStorm in #1627 - fix typo by @futreall in #1633
- Update mod.rs by @donatik27 in #1638