Skip to content

Commit

Permalink
Add 1.0 changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Dec 3, 2018
1 parent 58d7329 commit ffb41ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.0

* Remove the `define_composite_type!` and `define_packet_kind!` macros
* Deprecated in favor of the #[derive] macro
* Rename `Parcel::read` and `Parcel::write` to `read_field` and `write_field`
* Aliases have been added for the `read` and `write` methods
* Add a `hint::Hints` parameter to `Parcel`


# 0.5

* All enums now default to `#[protocol(discriminant = "string")]`
Expand Down

0 comments on commit ffb41ad

Please sign in to comment.