aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-26 16:38:04 +0000
committeriximeow <me@iximeow.net>2026-05-26 16:38:37 +0000
commite1263595524a2f3ac6bf7b798e3e17ae0c6b906f (patch)
treef968d8dc1fc2f6c58bee845922907abe38c74815 /CHANGELOG
parentfae45027f889cd989b0c559fb452f7d95af7b1ab (diff)
fix jrcxz/jecxz/jcxz having "two operands"
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 906ccdb..0765b68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+## 2.1.1
+
+* fix jrcxz/jecxz/jcxz having "two operands". accessing the "second" operand
+ through `Instruction::operand` is a guaranteed panic.
+
## 2.1.0
### additions