Skip to content

Commit

Permalink
changelog: v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Sep 28, 2021
1 parent 7b9da89 commit 4ddef1f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log


## master (unreleased)

### New Features
Expand All @@ -12,15 +13,25 @@

### Bug Fixes

- fix bug in PyInstaller config preventing ELF analysis #795 @mr-tz

### capa explorer IDA Pro plugin

### Development

### Raw diffs
- [capa v3.0.1...master](https://github.com/fireeye/capa/compare/v3.0.1...master)
- [capa-rules v3.0.1...master](https://github.com/fireeye/capa-rules/compare/v3.0.1...master)
- [capa <release>...master](https://github.com/fireeye/capa/compare/v3.0.2...master)
- [capa-rules <release>...master](https://github.com/fireeye/capa-rules/compare/v3.0.2...master)

## v3.0.2

This release fixes an issue with the standalone executables built with PyInstaller when running capa against ELF files.

### Bug Fixes

- fix bug in PyInstaller config preventing ELF analysis #795 @mr-tz

### Raw diffs
- [capa v3.0.1...master](https://github.com/fireeye/capa/compare/v3.0.1...v3.0.2)
- [capa-rules v3.0.1...master](https://github.com/fireeye/capa-rules/compare/v3.0.1...v3.0.2)

## v3.0.1 (2021-09-27)

Expand Down

0 comments on commit 4ddef1f

Please sign in to comment.