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 | |
| parent | 3b0fa1aa87841cd61e8daf9df682ac1bb4cafaa0 (diff) | |
| download | dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.gz dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.tar.zst dexon-sol-tools-7c8a7a24209ae518d7a7d3c45829d75d224ce3a3.zip | |
Updated CHANGELOGS
Diffstat (limited to 'packages/sol-cov')
| -rw-r--r-- | packages/sol-cov/CHANGELOG.json | 3 | ||||
| -rw-r--r-- | packages/sol-cov/CHANGELOG.md | 13 | 
2 files changed, 12 insertions, 4 deletions
| diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json index 1a0fe43ca..5f6b1685b 100644 --- a/packages/sol-cov/CHANGELOG.json +++ b/packages/sol-cov/CHANGELOG.json @@ -21,7 +21,8 @@                      "Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in",                  "pr": 938              } -        ] +        ], +        "timestamp": 1534210131      },      {          "version": "1.0.3", 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 | 
