Skip to content

Commit 83c41d6

Browse files
Echidna 2.0.5 (#911)
* Update CHANGELOG.md * Update package.yaml
1 parent 428483c commit 83c41d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## TODO
22

3+
## 2.0.5
4+
5+
* Optimized constant generation (#898, #900)
6+
* Fixed how address are displayed in events (#891)
7+
* Update hevm to 0.50 (#884, #894, #896, #897, #901)
8+
* Added saving and loading of reproducers for every test (#858)
9+
* Added events and revert reasons for any failure in the constructor (#871)
10+
* Fixed uninitialized sender addresses from etheno transactions (#823)
11+
* Fixed crash when minimizing inputs during optimization tests (#837)
12+
* Refactored code and removed useless dependencies (#856, #857, #874, #878, #895, #903)
13+
314
## 2.0.4
415

516
* Added colored html for coverage output code (#816)

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.0.4
6+
version: 2.0.5
77

88
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99

0 commit comments

Comments
 (0)