diff options
author | iximeow <me@iximeow.net> | 2021-07-17 23:43:02 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-17 23:43:02 -0700 |
commit | b9754b31ef0e72cdce7330ebce87b3aa1b87641f (patch) | |
tree | 846548448d585a1ca70168de84f4e525ea3b60bd /CHANGELOG | |
parent | 12bba22a456ed452efda8c951f61bdff1a516252 (diff) |
add lc87 to the matrix, fix incorrect changelog entry0.2.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,9 +1,15 @@ -## 0.2.3 +## 0.2.5 -added `Reader` impls for `U8Reader` on `u16` addresses +added `yaxpeax-lc87` to the matrix + +## 0.2.4 fix incorrect `Reader` impls of `offset` and `total_offset` on non-`u8` words +## 0.2.3 + +added `Reader` impls for `U8Reader` on `u16` addresses + ## 0.2.2 added `ReaderBuilder` trait and impls for `U8Reader` on various address and word types. |