aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 15:07:52 -0800
committeriximeow <me@iximeow.net>2022-01-02 15:07:52 -0800
commite893398115da3c5f636bc908666e0fb65e4d78d7 (patch)
treec58ac9b67e43fd3f722fa68ef4b7de07176a0aa2
parent1dc77c26e1de52f43b0841f60c42f9581ac31f77 (diff)
update changelog
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 52d74c5..3e147bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@
operand and memory size of `0`. if formatted, yaxpeax-x86 panics.
* add in-tree `cargo fuzz` targets for decoding and displaying instructions.
neither of these operations should ever panic.
+* fix incorrect disassembler used in x86-16 doc comments
and thank you to @5225225 (https://github.com/5225225) for the bug reports
handled in 1.1.2 and 1.1.3, as well as the nudge to start using `cargo fuzz`.