diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +## 0.1.3 +* fix 0x80-opcode instructions not having an opcode + - this meant that for example `lock xorb [rax], 0` would decode as invalid + ## 0.1.2 * expose constructors for `RegSpec` in both `long_mode` and `protected_mode` * expose a const `RegSpec::RIP` |