diff --git a/CHANGELOG.md b/CHANGELOG.md index 23498851d..f42c9559a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.yaml b/package.yaml index 441a4be60..47e2d1afd 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.0.4 +version: 2.0.5 ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS