Skip to content

Commit

Permalink
Echidna 2.2.1 (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Jul 20, 2023
1 parent 7be4072 commit 21e6e52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.2.1

* Shanghai fork support with hevm 0.51.3 (#1090)
* Fixed coverage collection for delegatecalls (#1083)
* Added events to JSON output (#1069)
* Changed event sequence to be displayed on new lines (#1079)
* Improved "No tests found in ABI" error message (#1077)
* Refactored code (#1070, #1074)

## 2.2.0

* Multicore fuzzing (#963, #1033, #1026, #1035)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.2.0
version: 2.2.1

# https://github.com/haskell/cabal/issues/4739
ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path
Expand Down

0 comments on commit 21e6e52

Please sign in to comment.