Skip to content

Commit 21e6e52

Browse files
authored
Echidna 2.2.1 (#1099)
1 parent 7be4072 commit 21e6e52

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.2.1
2+
3+
* Shanghai fork support with hevm 0.51.3 (#1090)
4+
* Fixed coverage collection for delegatecalls (#1083)
5+
* Added events to JSON output (#1069)
6+
* Changed event sequence to be displayed on new lines (#1079)
7+
* Improved "No tests found in ABI" error message (#1077)
8+
* Refactored code (#1070, #1074)
9+
110
## 2.2.0
211

312
* Multicore fuzzing (#963, #1033, #1026, #1035)

Diff for: package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 2.2.0
6+
version: 2.2.1
77

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

0 commit comments

Comments
 (0)