Skip to content

Commit f748124

Browse files
Echidna 1.7.3 (#699)
1 parent 2894ba2 commit f748124

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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)

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: 1.7.2
6+
version: 1.7.3
77

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

0 commit comments

Comments
 (0)