From ce5ee880164bbf56094a3c4e6a8ea9968e5f3bce Mon Sep 17 00:00:00 2001 From: James Munns Date: Mon, 20 Jun 2022 18:23:18 +0200 Subject: [PATCH] Add changelog from alpha.4, fix typo --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0fa92..329bebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ Changes will be described here. -## 1.0.0-alpha.1 -> 1.0.0-alpha.2 +## 1.0.0-alpha.3 -> 1.0.0-alpha.4 + +* Updated the signature of deserialization `Flavor` trait +* Added documentation and tests +* Removed the `Encoder` wrapper type to better match serialization and deserialization types +* Renamed `ser_flavor::Flavor::release` to `finalize` for consistency +* Re-organized some public items and modules +* Made `Error` non-exhaustive +* Added a `fixint` type to avoid varints + +## 1.0.0-alpha.2 -> 1.0.0-alpha.3 * Moved back to `cobs` from `postcard-cobs` * This fixed a number of upstream issues, including removal of panicking branches