Skip to content

Commit 84702aa

Browse files
authored
Echidna 2.2.4 (#1291)
1 parent 3b5d6d9 commit 84702aa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.2.4
2+
3+
* Initial TLOAD/TSTORE support (#1286)
4+
* Initial symbolic execution implementation (experimental, #1216, #1251, #1285)
5+
* New panel toggles in the UI (#1197)
6+
* New gas/s metric (#1279)
7+
* Improved logging (#1202, #1271, #1273, #1274, #1283, #1258, #1269)
8+
* Performance improvements with multiple workers (#1228)
9+
* Shrinking improvements (#1196, #1250, #1280)
10+
* Improved configuration options (#1200, #1227, #1251)
11+
112
## 2.2.3
213

314
* feat: add CLI commands for RPC URL and block number (#1194)

package.yaml

Lines changed: 1 addition & 1 deletion
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.3
6+
version: 2.2.4
77

88
ghc-options:
99
- -O2

0 commit comments

Comments
 (0)