aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-09-25 23:33:00 -0700
committeriximeow <me@iximeow.net>2021-09-25 23:33:00 -0700
commitffa12c204743d455ae5ac13473da3387c068c39d (patch)
tree7e0f53f6cb6672991cb745af2993de0f9f8f3998 /CHANGELOG
parenteb673b89d75865e5e7d38d9ee706ff7b2f9aed8f (diff)
add missing `From<ReadError>` impl
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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<Address>, 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<ReadError>` 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.