summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-06 17:20:06 -0700
committeriximeow <me@iximeow.net>2021-07-06 17:20:06 -0700
commit210e8d9c682524018b240565465a60f65c288e5d (patch)
treeb65cba8fb40946692c1ffc69655f2370dae13119 /CHANGELOG
parentadd603955794786824e7a073e1953a624714be73 (diff)
add changelog for 0.1.3, yaxpeax-arch updates and 0.2.0 bump0.2.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 811f1d6..d8f56be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+## 0.1.4
+
+update yaxpeax-arch to drop a dependency on termion
+
+update yaxpeax-arch to 0.2.x, involving a breaking change to decode APIs (sorry)
+
+## 0.1.3
+
+transpose Table 4-43 to fix decoding of `srlz.i`
+
+add MSR load/store, `M43` interpretation, cpuid indirection
+
+fix decoding of mov-to-PKR (table transcription error)
+
## 0.1.2
non-temporal hint selection (`.nt1`, `.nt2`, `.nt3`) was off by one and could panic on valid inputs