diff options
author | iximeow <me@iximeow.net> | 2021-08-22 14:43:06 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-08-22 14:43:06 -0700 |
commit | 83f07b4e70efc45b2495d66a58f5d6ff0e5b7221 (patch) | |
tree | 513162f9ce3e9bd766f36332058ecc53685d3a56 /CHANGELOG | |
parent | a6db35d444af1d2af5fc55961aa8785e17a90e30 (diff) |
move annotation stuff to its own module
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ 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.7 + +moved `AnnotatingDecoder` and its associated types to `annotation/`, for module-level documentation about that feature. + +yanked 0.2.6 because there was not yet a user of it other than myself, and it had this feature in the wrong location in the crate. + ## 0.2.6 added `AnnotatingDecoder` and associated traits `FieldDescription` and `DescriptionSink` for architectures to report meanings for bit ranges in decoded instructions. |