Skip to content

Commit

Permalink
Merge pull request #367 from quodlibetor/0_4_10-compat-notes
Browse files Browse the repository at this point in the history
Add compatility notes about the new alloc feature in 0.4.10
  • Loading branch information
quodlibetor authored Nov 29, 2019
2 parents 596aa19 + 3532e33 commit 00e6edd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Versions with only mechanical changes will be omitted from the following list.

## 0.4.10

### Compatibility notes

* Putting some functionality behind an `alloc` feature to improve no-std
support (in #341) means that if you were relying on chrono with
`no-default-features` *and* using any of the functions that require alloc
support (i.e. any of the string-generating functions like `to_rfc3339`) you
will need to add the `alloc` feature in your Cargo.toml.

### Improvements

* `DateTime::parse_from_str` is more than 2x faster in some cases. (@michalsrb
Expand Down

0 comments on commit 00e6edd

Please sign in to comment.