Skip to content

Commit

Permalink
Echidna 2.0.5 (#911)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update package.yaml
  • Loading branch information
ggrieco-tob committed Jan 19, 2023
1 parent 428483c commit 83c41d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## TODO

## 2.0.5

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

## 2.0.4

* Added colored html for coverage output code (#816)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.0.4
version: 2.0.5

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

Expand Down

0 comments on commit 83c41d6

Please sign in to comment.