diff options
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ +## 1.2.1 + +* fix incorrect register numbers used in `RegSpec::r12()` and `RegSpec::r13()` +  and smaller-size variants +* start fixing synonyms of registers from `rex.w` on byte-size instructions +  with register number <4 +  ## 1.2.0  * fix incorrect old yaxpeax-arch version selection for ffi crates  * address incorrect behavior of `Prefixes::cs()` @@ -1,7 +1,7 @@  [package]  name = "yaxpeax-x86" -version = "1.2.0" +version = "1.2.1"  authors = [ "iximeow <me@iximeow.net>" ]  license = "0BSD"  repository = "http://git.iximeow.net/yaxpeax-x86/" | 
