diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-08-14 09:34:37 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-08-14 09:34:37 +0800 |
commit | 7c8a7a24209ae518d7a7d3c45829d75d224ce3a3 (patch) | |
tree | 3e041b5029bc5270eb060c1d2901f9191d7a8d83 /packages/sol-cov/CHANGELOG.md | |
parent | 3b0fa1aa87841cd61e8daf9df682ac1bb4cafaa0 (diff) | |
download | dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.gz dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.bz2 dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.lz dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.xz dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.zst dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.zip |
Updated CHANGELOGS
Diffstat (limited to 'packages/sol-cov/CHANGELOG.md')
-rw-r--r-- | packages/sol-cov/CHANGELOG.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/packages/sol-cov/CHANGELOG.md b/packages/sol-cov/CHANGELOG.md index aeeaa5b62..d7bdb9614 100644 --- a/packages/sol-cov/CHANGELOG.md +++ b/packages/sol-cov/CHANGELOG.md @@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v2.0.0 - _August 13, 2018_ + + * Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938) + * Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938) + * Change the first param of `TruffleArtifactAdapter` to be the `projectRoot` instead of `sourcesDir` (#938) + * Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in (#938) + ## v1.0.3 - _July 26, 2018_ * Dependencies updated @@ -17,7 +24,7 @@ CHANGELOG * Dependencies updated -## v1.0.0 - _July 20, 2018_ +## v1.0.0 - _July 19, 2018_ * Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589) * Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589) @@ -50,7 +57,7 @@ CHANGELOG * Dependencies updated -## v0.1.0 - _June 1, 2018_ +## v0.1.0 - _May 31, 2018_ * Incorrect publish that was unpublished @@ -58,7 +65,7 @@ CHANGELOG * Dependencies updated -## v0.0.10 - _May 5, 2018_ +## v0.0.10 - _May 4, 2018_ * Dependencies updated |