aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-17 23:43:02 -0700
committeriximeow <me@iximeow.net>2021-07-17 23:43:02 -0700
commitb9754b31ef0e72cdce7330ebce87b3aa1b87641f (patch)
tree846548448d585a1ca70168de84f4e525ea3b60bd /CHANGELOG
parent12bba22a456ed452efda8c951f61bdff1a516252 (diff)
add lc87 to the matrix, fix incorrect changelog entry0.2.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8bce871..7fa36dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.