v0.4.29
This release fixes a panic introduced in chrono 0.4.27 in FromStr<DateTime<Utc>>
(#1253).
Chrono now has a Discord channel.
Fixes
- Fix arbitrary string slicing in
parse_rfc3339_relaxed
(#1254)
Deprecations
- Deprecate
TimeZone::datetime_from_str
(#1251)
Documentation
Internal improvements
- Revert "add test_issue_866" (#1238)
- CI: run tests on
i686
andwasm32-wasi
(#1237) - CI: Include doctests for code coverage (#1248)
- Move benchmarks to a separate crate (#1243)
This allows us to upgrade the criterion dependency to 5.1 without changing our MSRV. - Add Discord link to README (#1240, backported in #1256)
Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!