From ffa12c204743d455ae5ac13473da3387c068c39d Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 25 Sep 2021 23:33:00 -0700 Subject: add missing `From` impl --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 0df9315..b80a7de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,8 @@ TODO: Reader::next_n should return the number of items read as Err(ReadError::In TODO: Reader::offset should return an AddressDiff
, not a bare Address TODO: impls of `fn one` and `fn zero` so downstream users don't have to import num_traits directly +added an impl of `From` for `StandardPartialDecoderError`, matching the existing `StandardDecodeError` impl. + ## 0.2.7 moved `AnnotatingDecoder` and its associated types to `annotation/`, for module-level documentation about that feature. -- cgit v1.1