Remove changelog in favor of github release notes

This commit is contained in:
David Tolnay 2016-06-05 10:05:32 -07:00
parent 7052833512
commit 2c8767cb46
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,10 +0,0 @@
## 0.7.6
NOTES:
* Syncs `serde_codegen` and `serde_macros` with rustc 1.10.0-nightly (7bddce693 2016-05-27).
FEATURES:
* `#[serde(serialize_with=..., deserialize_with=...)]` now supports tuples. #335
* Serde now can be used in `#[no_std]` environments. #316