Skip to content

Commit ba75af8

Browse files
incertiagustavo-grieco
authored andcommitted
Update changelog for release (#331)
1 parent c71b493 commit ba75af8

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.2.0.0
2+
3+
* Warn on unused config keys (#301)
4+
* `default.yaml` kept up to date via CI checks (#301)
5+
* Improved shrinking (#310)
6+
* Solidity ABIv2 support (#284, #303, #317)
7+
* Early termination on property falure (#323)
8+
* Timeouts (#320)
9+
* HEVM updated to [2cc059b49cae613025b925f0273b906e25484b68]
10+
* Dictionary control (#312, #321)
11+
* Gas price fuzzing (#307)
12+
* Coverage bug fixed (#300)
13+
* Contract creation bug fixed (#293)
14+
* New startup message (#290)
15+
* Add `--version` flag (#285)
16+
* Support time/block delays (#282)
17+
* Support `crytic` arguments (#280)
18+
* Detect assertion failure (#276)
19+
* Use return values as constants (#262)
20+
* Reproducible testing with seeds (#254)
21+
122
## 1.0.0.0
223

3-
Initial stable release
24+
* Initial stable release
25+
26+
[2cc059b49cae613025b925f0273b906e25484b68]: https://github.com/dapphub/dapptools/tree/2cc059b49cae613025b925f0273b906e25484b68

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: echidna
22

33
author: JP Smith
44

5-
version: 1.1.0.0
5+
version: 1.2.0.0
66

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

0 commit comments

Comments
 (0)