diff options
author | iximeow <me@iximeow.net> | 2020-12-06 13:56:06 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-12-06 13:56:17 -0800 |
commit | dc5009747382246301c5bf707d0895f78c3636d3 (patch) | |
tree | 63e66fa6039acc6714a4ffddbd9eb0626a3f9ada | |
parent | 6df899af30920a3a9bd94670d0021ca089a64698 (diff) |
bump version to 0.1.20.1.2
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +## 0.1.2 + +non-temporal hint selection (`.nt1`, `.nt2`, `.nt3`) was off by one and could panic on valid inputs +`I-Unit` operand form `I25` extension bits were incorrectly transcribed from the manual +- as a result, both `mov <reg>=ip` and `mov <reg>=pr` would decode incorrectly + ## 0.1.1 actually decodeinvalid instructions. @@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.1" +version = "0.1.2" authors = ["iximeow <me@iximeow.net>"] edition = "2018" license = "0BSD" |