0.1.4: language changes and a small fix.

- `Copy` is now opt-in. Every `Copy`able type is made to implement
  `Copy`. While unlikely, I haven't deeply thought about
  `Copy`ability so it might change in 0.2.
- `Date::and_date` might behave incorrectly with a large `Offset`;
  this is now fixed.
- Added a BIG (friendly) limitation section to the README.
This commit is contained in:
Kang Seonghoon 2014-12-13 22:17:04 +09:00
parent 389e58f727
commit 0d8f836665
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.1.3"
version = "0.1.4"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"