aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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.