Skip to content

Commit 6d5ac38

Browse files
authored
Merge pull request #1320 from crytic/dev-bump-2.2.5
Echidna 2.2.5
2 parents a7eeb84 + bc4c7c2 commit 6d5ac38

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.5
2+
3+
* Support Ethereum Cancun upgrade (#1317, #1309, #1300)
4+
* Print a warning if an assert isn't hit in assert mode (#1110)
5+
* Add support for vm.label cheatcode when printing call sequences (#1314)
6+
* Coverage during contract deployment (#1304)
7+
* Fix overflow behavior: revert transaction instead of throwing VM error (#1293)
8+
* Documentation (#1298)
9+
110
## 2.2.4
211

312
* Initial TLOAD/TSTORE support (#1286)

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.4
6+
version: 2.2.5
77

88
ghc-options:
99
- -O2

0 commit comments

Comments
 (0)