update CHANGELOG

This commit is contained in:
Mike Hunhoff
2023-08-28 12:40:02 -06:00
parent 203fc36865
commit a522ae20f1

View File

@@ -3,6 +3,7 @@
## master (unreleased)
### New Features
- ghidra: add Ghidra feature extractor and supporting code #1770 @colton-gabertan
- ghidra: add entry script helping users run capa against a loaded Ghidra database #1767 @mike-hunhoff
### Breaking Changes
@@ -109,8 +110,6 @@ For those that use capa as a library, we've introduced some limited breaking cha
- data-manipulation/encoding/xor/covertly-decode-and-write-data-to-windows-directory-using-indirect-calls dan.kelly@mandiant.com
- linking/runtime-linking/resolve-function-by-brute-ratel-badger-hash jakub.jozwiak@mandiant.com
### Bug Fixes
- extractor: add a Binary Ninja test that asserts its version #1487 @xusheng6
- extractor: update Binary Ninja stack string detection after the new constant outlining feature #1473 @xusheng6