aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 20:30:00 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 20:30:00 +0800
commit53fe08a348fdf940eb1818327e36ed5637547eb1 (patch)
treefad5f95c5fe21e33135eff6d105068770418a65a
parent2e60d5341efbd985b284dbb4c31210025259bf15 (diff)
downloaddexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar.gz
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar.bz2
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar.lz
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar.xz
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.tar.zst
dexon-0x-contracts-53fe08a348fdf940eb1818327e36ed5637547eb1.zip
Update CHANGELOG
-rw-r--r--packages/sol-compiler/CHANGELOG.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json
index 7a6174605..434c62211 100644
--- a/packages/sol-compiler/CHANGELOG.json
+++ b/packages/sol-compiler/CHANGELOG.json
@@ -7,15 +7,15 @@
"pr": 1575
},
{
- "note": "Fix a bug when opts could not be undefined",
+ "note": "Fix a bug when `opts` could not be `undefined`",
"pr": 1596
},
{
- "note": "Remove `bin_paths` and fetch the list of soliidty compilers from github",
+ "note": "Remove `bin_paths` and fetch the list of Solidity compilers from Github",
"pr": 1596
},
{
- "note": "Fix a bug when ast and legacyAST were not present in the artifacts even if requested",
+ "note": "Fix a bug when `ast` and `legacyAST` were not present in the artifacts even if requested",
"pr": 1596
}
]