diff options
author | iximeow <me@iximeow.net> | 2020-02-22 17:08:44 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-02-22 17:08:44 -0800 |
commit | 953818c09904bad3d2639af888b48ee07fd99407 (patch) | |
tree | 161790b96d361654d4e5a3889425c2b559355a33 /README.md | |
parent | 3fecb0305fada50a9f1f4850500b498f452ee2ee (diff) |
include reference to changelog in readme0.0.8
also bump to 0.0.8 and hope this is the right crates.io incantation to show the readme there
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ the canonical copy of `yaxpeax-x86` is at [https://git.iximeow.net/yaxpeax-x86/] * ring-0 instructions have questionable support. user beware! * the only unsafe code in `yaxpeax_x86` is instances of `unsafe { unreachable_unchecked(); }`. while these are, currently, all unreachable, this code should default to a fail-safe assertion fail, with `unreachable_unchecked` being an opt-in feature. user beware! +### changelog +a changelog across crate versions is maintained in the `CHANGELOG` file located in the repo, as well as [online](https://git.iximeow.net/yaxpeax-x86/tree/CHANGELOG). + ### see also [`iced`](https://github.com/0xd4d/iced) looks to be another very good `x86_64` decoder, with an in-progress [translation to rust](https://github.com/0xd4d/iced/tree/rust) |