Skip to content

Commit a2e0eab

Browse files
committed
Update changelog: 0.6.0
1 parent 784216d commit a2e0eab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
0.6.0 / 2019-07-11
4+
==================
5+
* Add E2E vs Zeppelin and Colony in CI
6+
* Add misc regression tests
7+
* Rebase testrpc-sc on ganache-cli 6.4.5, using --allowUnlimitedContractSize and --emitFreeLogs by default.
8+
* Make pre-processor (and instrumentation step) much much faster
9+
* Transition to using solidity-parser-antlr (@area)
10+
311
0.5.11 / 2018-08-31
412
===================
513
* Support org namespaces / subfolders for `copyPackages` option (contribution @bingen)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find discrepancies between the coverage report and your suite's behavior, please
1717

1818
### Install
1919
```
20-
$ npm install --save-dev solidity-coverage@beta
20+
$ npm install --save-dev solidity-coverage
2121
```
2222

2323
### Run
@@ -30,7 +30,7 @@ $ npx solidity-coverage
3030
truffle-config.js. See [Network Configuration](#network-configuration).
3131

3232
### Usage notes:
33-
+ For solidity pragma >= `0.5.0`.
33+
+ For solidity pragma >= `0.5.0` and Petersburg.
3434
+ Tests run more slowly while coverage is being generated.
3535
+ Your contracts will be double-compiled and a (long) delay between compilation and
3636
the beginning of test execution is possible if your contracts are large.

0 commit comments

Comments
 (0)