From a2e0eab7bce0b2b1bc6cf9f36aec8a72c1fdb49a Mon Sep 17 00:00:00 2001 From: cgewecke Date: Thu, 11 Jul 2019 23:48:06 -0700 Subject: [PATCH] Update changelog: 0.6.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5af751..6bccd6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 9c75455f..c3397795 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.