From d484e13e78c3c8e7ae3ec83bc30d438eb89153de Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 10 Oct 2021 14:42:38 -0700 Subject: add `InstructionDisplayer` export to changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f4b31e6..b963b69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ * support `endbr64` and `endbr32` - these are interpretations of `nop` (`0f1e` wide nop), so the only issue with for users <1.1.1 will be `yaxpeax-86` decoding `nop` instead. +* export `InstructionDisplayer` + this fixes an issue where crate docs would have dead links for the return + value of public APIs. it also allows callers to write name of what + `display_with` returns in their code, which hopefully isn't too useful but + shouldn't be impossible. ## 1.1.0 -- cgit v1.1