From c2997c8033b10c5b2fc61bb0e64268aa82c21e6a Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Sat, 29 Aug 2020 22:32:24 -0600 Subject: [PATCH] changelog: add entry from #264 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee49eb5..0ab064b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ This release brings UI enhancements, especially for the IDA Pro plugin, investment towards py3 support, fixes some bugs identified by the community, and 46 (!) new rules. -We received contributions from eight reverse engineers, including three new ones: +We received contributions from nine reverse engineers, including four new ones: - @agithubuserlol - @recvfrom - @D4nch3n + - @winniepe Download a standalone binary below and checkout the readme [here on GitHub](https://github.com/fireeye/capa/). Report issues on our [issue tracker](https://github.com/fireeye/capa/issues) @@ -84,6 +85,7 @@ and contribute new rules at [capa-rules](https://github.com/fireeye/capa-rules/) ### Changes + - ida plugin: better default display showing first level nesting @winniepe - remove unused `characteristic(switch)` feature @ana06 - prepare testing infrastructure for multiple backends/py3 @williballenthin - ci: zip build artifacts @ana06