Tags: 3point2/chrono
Tags
0.4.0: Mass renaming, `IsoWeek`, `SystemTime` supports, serde utils. Starting from this version the `CHANGELOG.md` file is the canonical source for the list of significant changes. See the file for details. Fixes chronotope#146. Fixes chronotope#159.
0.3.1: Minor maintenance release, Serde 1.0 support. - Serde 1.0 is now supported. (chronotope#142) Technically this is a breaking change, but the minor version was not effective in avoiding dependency breakages anyway (because Cargo will silently compile two versions of crates). Provided that this is likely the last breakage from Serde, we tolerate this more-than-last-minute change in this version. - `Weekday` now implements `FromStr`, `Serialize` and `Deserialize`. (chronotope#113) - Fixed a bug that the leap second can be mapped wrongly in the local tz with some conditions. (chronotope#130) - Some changes to the tests to avoid previously known issues. Note that the actually published version is very slightly different from the repository because no published version of bincode supports Serde 1.0 right now.
0.3.0: Planned breaking changes to the existing interface. So this is a much delayed major release, but this should not really change how you use Chrono---only the "required" breakages have been done (e.g. anything hindering API evolution). The "big" release used to be 0.3, but due to the dependency changes we are forced to push that to 0.4. I've took this opportunity to push all known planned breaking changes to 0.3, so this should be quite stable for a moment. See `CHANGELOG.md` for the full list of changes, but most importantly: - `chrono::prelude` module has been added for proper glob imports. - `FixedOffset` is now the official "value" type for time zone offsets. - Serde 0.9 support has landed, and serialization format used by rustc-serialize and Serde has been now synchronized. - Formatting items have been slightly adjusted to be future-proof. Fixes chronotope#126.
PreviousNext