aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-12-16 15:54:13 -0800
committeriximeow <me@iximeow.net>2023-12-16 15:54:25 -0800
commit83b12fc09a69cc5324f6f002b8c52382d4b236d1 (patch)
treeddb3680b709072bd75a78deac757b8765e46f858 /CHANGELOG
parent2db223a16d1559c152170fe2a602c827a5a95fb3 (diff)
fix incorrect register class names in long_mode1.2.1
also adjust changelog for a 1.2.1 version again, no new interfaces to go with these bugfixes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f471751..4653f57 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-## 1.3.0
+## 1.2.1
* fix incorrect register numbers used in `RegSpec::r12()` and `RegSpec::r13()`
and smaller-size variants (thank you @tokatoka!)
@@ -22,6 +22,9 @@
`vpmov*2m` with nonsense `k8..k15` selected. to real hardware, this bit
sequence is an invalid instruction, and so it is now invalid to yaxpeax-x86
as well.
+* fix incorrect `RegisterBank` names in `long_mode`. in a previous
+ reorganization register bank numbers were changed and the names were updated to
+ match for `protected_mode` and `real_mode`, but `long_mode` was overlooked.
## 1.2.0
* fix incorrect old yaxpeax-arch version selection for ffi crates