Add sol-cov CHANGELOG

This commit is contained in:
Leonid Logvinov
2018-08-03 13:57:19 +02:00
parent e80fa6e311
commit 81f689e693

View File

@@ -1,4 +1,24 @@
[
{
"version": "2.0.0",
"changes": [
{
"note": "Fix a bug when eth_call coverage was not computed because of silent schema validation failures"
},
{
"note": "Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings"
},
{
"note":
"Change the first param of `TruffleArtifactAdapter` to be the `projectRoot` instead of `sourcesDir`"
},
{
"note":
"Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in"
}
],
"timestamp": 1532619515
},
{
"version": "1.0.3",
"changes": [