invalid time code struct variant #26
@ -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]>`.
|
- The `Tlv` and `Lv` API return `&[u8]` instead of `Option<&[u8]>`.
|
||||||
- `ByteConversionError` error variants `ToSliceTooSmall` and `FromSliceTooSmall` are struct
|
- `ByteConversionError` error variants `ToSliceTooSmall` and `FromSliceTooSmall` are struct
|
||||||
variants now. `SizeMissmatch` was removed appropriately.
|
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
|
## Added
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user