aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-cov/CHANGELOG.md')
-rw-r--r--packages/sol-cov/CHANGELOG.md13
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