From 47b4c236c36b55056ea3dc4c716df697bdf98494 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 20 Jun 2018 20:29:22 +0200 Subject: Fix CHANGELOG entries changed during incorrect merge (2a4456b) --- packages/fill-scenarios/CHANGELOG.json | 9 +++++ packages/order-utils/CHANGELOG.json | 9 +++++ packages/sol-cov/CHANGELOG.json | 69 ++++++++++++++++++++++++++++++++++ packages/sol-resolver/CHANGELOG.json | 13 +++++++ packages/utils/CHANGELOG.json | 12 ++++++ 5 files changed, 112 insertions(+) diff --git a/packages/fill-scenarios/CHANGELOG.json b/packages/fill-scenarios/CHANGELOG.json index 87b49c196..ec9111ebb 100644 --- a/packages/fill-scenarios/CHANGELOG.json +++ b/packages/fill-scenarios/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "0.1.0", + "changes": [ + { + "note": "Make fill-scenarios compatible with V2 of 0x protocol", + "pr": 656 + } + ] + }, { "timestamp": 1529397769, "version": "0.0.4", diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index 6290eee0f..a1f199793 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "0.1.0", + "changes": [ + { + "note": "Export parseECSignature method", + "pr": 684 + } + ] + }, { "timestamp": 1529397769, "version": "0.0.7", diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json index 464a5a13c..e61201a42 100644 --- a/packages/sol-cov/CHANGELOG.json +++ b/packages/sol-cov/CHANGELOG.json @@ -1,4 +1,73 @@ [ + { + "version": "0.2.0", + "changes": [ + { + "note": "Fixed a bug causing RegExp to crash if contract code is longer that 32767 characters", + "pr": 675 + }, + { + "note": "Fixed a bug caused by Geth debug trace depth being 1indexed", + "pr": 675 + }, + { + "note": "Fixed a bug when the tool crashed on empty traces", + "pr": 675 + }, + { + "note": "Use `BlockchainLifecycle` to support reverts on Geth", + "pr": 675 + }, + { + "note": "Add `ProfilerSubprovider` as a hacky way to profile code using coverage tools", + "pr": 675 + }, + { + "note": "Collect traces from `estimate_gas` calls", + "pr": 675 + }, + { + "note": "Fix a race condition caused by not awaiting the transaction before getting a trace", + "pr": 675 + }, + { + "note": "Add `start`/`stop` functionality to `CoverageSubprovider` and `ProfilerSubprovider`", + "pr": 675 + }, + { + "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 + }, + { + "note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter", + "pr": 589 + }, + { + "note": "Implement SolCompilerArtifactAdapter and TruffleArtifactAdapter", + "pr": 589 + }, + { + "note": "Properly parse multi-level traces", + "pr": 589 + }, + { + "note": "Add support for solidity libraries", + "pr": 589 + } + ] + }, { "timestamp": 1529397769, "version": "0.1.1", diff --git a/packages/sol-resolver/CHANGELOG.json b/packages/sol-resolver/CHANGELOG.json index 4c4fcc25f..99c1387d1 100644 --- a/packages/sol-resolver/CHANGELOG.json +++ b/packages/sol-resolver/CHANGELOG.json @@ -1,4 +1,17 @@ [ + { + "version": "0.0.8", + "changes": [ + { + "note": "Fix a bug in FsResolver where it tries to read directories as files", + "pr": 589 + }, + { + "note": "Fix a bug in NameResolver where it is not ignoring .sol files", + "pr": 589 + } + ] + }, { "timestamp": 1529397769, "version": "0.0.7", diff --git a/packages/utils/CHANGELOG.json b/packages/utils/CHANGELOG.json index ac54cc42c..ed5558981 100644 --- a/packages/utils/CHANGELOG.json +++ b/packages/utils/CHANGELOG.json @@ -1,4 +1,16 @@ [ + { + "version": "0.7.2", + "changes": [ + { + "note": "Added errorUtils.spawnSwitchErr" + }, + { + "note": "Add logUtils.warn", + "pr": 589 + } + ] + }, { "timestamp": 1529397769, "version": "0.7.1", -- cgit v1.2.3