aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 21:34:37 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 21:42:20 +0800
commit88497ddc52cafeee1c29f36b93190f6438f0d4e9 (patch)
treee1028cab464ccbec1cd2f4fee1372dcf7afbe9d2 /packages/sol-compiler/CHANGELOG.md
parente921d5ec13112aa8faed62c3654fe111a8acab24 (diff)
downloaddexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.gz
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.bz2
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.lz
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.xz
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.zst
dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.zip
Updated CHANGELOGS
Diffstat (limited to 'packages/sol-compiler/CHANGELOG.md')
-rw-r--r--packages/sol-compiler/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/sol-compiler/CHANGELOG.md b/packages/sol-compiler/CHANGELOG.md
index 400c33763..016509028 100644
--- a/packages/sol-compiler/CHANGELOG.md
+++ b/packages/sol-compiler/CHANGELOG.md
@@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v3.0.2 - _February 7, 2019_
+
+ * Fix a bug when smart recompilation wasn't working because of remappings (#1575)
+ * Fix a bug that made `opts` required instead of optional (#1596)
+ * Remove `bin_paths` and fetch the list of Solidity compilers from Github (#1596)
+ * Fix a bug causing `ast` and `legacyAST` to not be added to the artifacts even when requested (#1596)
+
## v3.0.1 - _February 6, 2019_
* Dependencies updated