Skip to content

Commit b57c840

Browse files
authored
Echidna 2.2.0 (#1052)
1 parent 40f1c08 commit b57c840

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Diff for: CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## Unreleased
2-
3-
* Added support for lcov coverage report
4-
* Added a "coverageFormats" config option to choose which coverage reports to make
1+
## 2.2.0
2+
3+
* Multicore fuzzing (#963, #1033, #1026, #1035)
4+
* Lcov format support (#1029)
5+
* Experimental power number generator for uints (#892)
6+
* Coverage collection optimization (#1003, #1041)
7+
* On-chain fuzzing improvements (#1017)
8+
* Refactored code (#1020, #1021)
9+
* Updated dependencies (#1022, #1023)
10+
* UI improvements (#1031, #1032, #1034, #1040)
11+
* Readme improvements (#1019)
512

613
## 2.1.1
714

Diff for: package.yaml

+1-1
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: 2.1.1
6+
version: 2.2.0
77

88
# https://github.com/haskell/cabal/issues/4739
99
ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path

0 commit comments

Comments
 (0)