chrono/src
Kang Seonghoon dcf193323b
0.3.1: Minor maintenance release, Serde 1.0 support.
- Serde 1.0 is now supported. (#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`.
  (#113)

- Fixed a bug that the leap second can be mapped wrongly
  in the local tz with some conditions. (#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.
2017-05-02 03:13:00 +09:00
..
format Limited what `.parse::<Weekday>()` parses to match with scanning. 2017-05-02 02:31:02 +09:00
naive remove unneeded hrtb 2017-04-24 07:17:37 +10:00
offset Fixed a bug that the leap second can be mapped wrongly in the local tz. 2017-02-14 03:08:24 +09:00
date.rs Removed older aliases (previously marked as deprecated). 2017-02-07 04:51:08 +09:00
datetime.rs remove unneeded hrtb 2017-04-24 07:17:37 +10:00
div.rs Removed all remaining mentions of rust-chrono (very old name). 2017-02-06 06:15:57 +09:00
lib.rs 0.3.1: Minor maintenance release, Serde 1.0 support. 2017-05-02 03:13:00 +09:00