Skip to content

Commit

Permalink
Update changelog: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Jul 12, 2019
1 parent 784216d commit a2e0eab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

0.6.0 / 2019-07-11
==================
* Add E2E vs Zeppelin and Colony in CI
* Add misc regression tests
* Rebase testrpc-sc on ganache-cli 6.4.5, using --allowUnlimitedContractSize and --emitFreeLogs by default.
* Make pre-processor (and instrumentation step) much much faster
* Transition to using solidity-parser-antlr (@area)

0.5.11 / 2018-08-31
===================
* Support org namespaces / subfolders for `copyPackages` option (contribution @bingen)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find discrepancies between the coverage report and your suite's behavior, please

### Install
```
$ npm install --save-dev solidity-coverage@beta
$ npm install --save-dev solidity-coverage
```

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

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

0 comments on commit a2e0eab

Please sign in to comment.