diff options
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +## 0.0.9 + +added `protected_mode` for 32-bit instruction decoding. BCD instructions not yet supported. + +## 0.0.8 + +same as 0.0.7, but with a readme in the crates.io page. + ## 0.0.7 `sse` and `sse2` support are mostly complete. @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.8" +version = "0.0.9" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |