aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/CHANGELOG.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-12 12:55:38 +0800
committerGitHub <noreply@github.com>2018-06-12 12:55:38 +0800
commit387c80e00af6db337f23ad9a762fcb5ca0cd7d09 (patch)
treeb8eb50091625254f9ff50d686e3cd60ef8744cf2 /packages/sol-cov/CHANGELOG.json
parentbc0ae6be318a15bf8670a6da9a59d9bdb12cadae (diff)
parent05c914691f5b1b90079b73341e3591e6658d5c8b (diff)
downloaddexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.gz
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.bz2
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.lz
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.xz
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.zst
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.zip
Merge pull request #690 from 0xProject/feature/truffle-sol-cov-fixes
Sol-cov fixes
Diffstat (limited to 'packages/sol-cov/CHANGELOG.json')
-rw-r--r--packages/sol-cov/CHANGELOG.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json
index 36f8e1a7d..7e934ad6e 100644
--- a/packages/sol-cov/CHANGELOG.json
+++ b/packages/sol-cov/CHANGELOG.json
@@ -37,6 +37,18 @@
{
"note": "Skip interface artifacts with a warning instead of failing",
"pr": 675
+ },
+ {
+ "note": "Fix solcVersion regex in parameter validation",
+ "pr": 690
+ },
+ {
+ "note": "Fix a bug when in TruffleArtifactsAdapter causing it to throw if compiler.json is not there",
+ "pr": 690
+ },
+ {
+ "note": "HUGE perf improvements",
+ "pr": 690
}
]
},