diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed54fc..597dd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ This is the changelog of [Oct](https://crates.io/crates/oct/). See `README.md` for more information. +## 0.22.0 + +* Clean up code +* Again make `bool` decoding fallible +* Bring back `BoolDecodeError` error +* Add `BadChar` and `NonBool` variants to `GenericDecodeError` +* Fix `GenericDecodeError` not implementing `From` +* Implement `From` for `GenericDecodeError` +* Fix `