File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11## TODO
22
3+ ## 1.7.3
4+
5+ * Removed old compilation artifacts before starting a new fuzzing campaign (#697 )
6+ * Fixed incorrect function filtering when using assertion mode (#695 )
7+ * Improved handling of negative constants (#683 )
8+ * Updated hevm to 0.48.0 (#691 )
9+ * Removed nix workaround for Slither (#680 )
10+ * Fixed source printing when some lines are not covered (#678 )
11+
312## 1.7.2
413
514* Fixed check-asserts and multi-abi cli switches (#665 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
33author :
Trail of Bits <[email protected] > 44maintainer :
Trail of Bits <[email protected] > 55
6- version : 1.7.2
6+ version : 1.7.3
77
88ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99
You can’t perform that action at this time.
0 commit comments