diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3f4fd..4d5166e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - The `Tlv` and `Lv` API return `&[u8]` instead of `Option<&[u8]>`. - `ByteConversionError` error variants `ToSliceTooSmall` and `FromSliceTooSmall` are struct variants now. `SizeMissmatch` was removed appropriately. +- `UnsignedByteFieldError` error variants `ValueTooLargeForWidth` and `InvalidWidth` are struct + variants now. +- `TimestampError` error variant `InvalidTimeCode` is struct variant now. ## Added