Skip to content

Commit aff20b7

Browse files
authored
Echidna 2.2.6 (#1339)
1 parent 1ef14f0 commit aff20b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.2.6
2+
3+
* feat: allow disabling Slither integration (#1327)
4+
* Print total call count on exit (#1328)
5+
* Fix precompile evaluation on Windows (#1333)
6+
* Upgrade `hevm` to fix `prank`ing cheatcodes (#1331)
7+
18
## 2.2.5
29

310
* Support Ethereum Cancun upgrade (#1317, #1309, #1300)

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.5
6+
version: 2.2.6
77

88
ghc-options:
99
- -O2

0 commit comments

Comments
 (0)