aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-07-18 12:20:05 -0700
committeriximeow <me@iximeow.net>2020-07-18 12:20:05 -0700
commitcdc24378eedebf7ab3f7b51e88794a7a15309009 (patch)
treee9b80d8c80f163287704d065f9528a4dbd84961f
parente2b2f100a23f46c5ece22cf4185facbd2c6d51ae (diff)
update changelog and bump version0.0.14
-rw-r--r--CHANGELOG6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59b1750..3a24ffb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+## 0.0.14
+
+* `netburst` supported `cmpxchg16b` from its first x86_64 incarnation. since no
+uarch in `long_mode` had declared `cmpxchg16b` support, no uarch-specific Intel
+decoder supported `cmpxchg16b`.
+
## 0.0.13
* the Intel microarchitecture is named `Penryn`, not `Peryn`.
diff --git a/Cargo.toml b/Cargo.toml
index cc1d538..3127cee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-x86"
-version = "0.0.13"
+version = "0.0.14"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"