aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-05-13 23:07:39 -0700
committeriximeow <me@iximeow.net>2024-05-13 23:07:39 -0700
commite16faf58cc1e47e431bbf110bf9cda0047909630 (patch)
tree6b3e44fc672c7f49c51927d53bed1d86152bd615 /CHANGELOG
parentffa12c204743d455ae5ac13473da3387c068c39d (diff)
fix cfg(!default,colors,serde) imports, doc comments
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b80a7de..f57390d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,8 +4,14 @@ 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
+## 0.2.8
+
added an impl of `From<ReadError>` for `StandardPartialDecoderError`, matching the existing `StandardDecodeError` impl.
+moved a use of `serde` types to be covered by the relevant cfg flag; using `colors` without `serde` (unlikely) now actually builds.
+
+fixed up doc comments to build without error.
+
## 0.2.7
moved `AnnotatingDecoder` and its associated types to `annotation/`, for module-level documentation about that feature.