aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/CHANGELOG.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:34:44 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:34:44 +0800
commit7d166dc7da23c30540fb554727a955015073286f (patch)
tree26387201ac6cc3f6f71e4119f657ca4f48a9ad99 /packages/sol-compiler/CHANGELOG.json
parent0720b8487cf40b1868a1971f50e732e5e19fc9f6 (diff)
downloaddexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.gz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.bz2
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.lz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.xz
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.zst
dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.zip
Fix prettier
Diffstat (limited to 'packages/sol-compiler/CHANGELOG.json')
-rw-r--r--packages/sol-compiler/CHANGELOG.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json
index 1c71f7c24..672939a4a 100644
--- a/packages/sol-compiler/CHANGELOG.json
+++ b/packages/sol-compiler/CHANGELOG.json
@@ -193,8 +193,7 @@
"version": "1.1.0",
"changes": [
{
- "note":
- "Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements.",
+ "note": "Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements.",
"pr": 965
},
{
@@ -408,8 +407,7 @@
"pr": 426
},
{
- "note":
- "Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts",
+ "note": "Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts",
"pr": 426
},
{
@@ -417,8 +415,7 @@
"pr": 426
},
{
- "note":
- "Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core",
+ "note": "Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core",
"pr": 426
},
{
@@ -439,8 +436,7 @@
"pr": 408
},
{
- "note":
- "Improve an error message for when deployer is supplied with an incorrect number of constructor arguments",
+ "note": "Improve an error message for when deployer is supplied with an incorrect number of constructor arguments",
"pr": 419
}
],