diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-07 20:24:57 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-07 20:24:57 +0800 |
commit | 2e60d5341efbd985b284dbb4c31210025259bf15 (patch) | |
tree | 293ef976f24ae403d56b5f5694477c439d87d5df | |
parent | 2b7699c26afb96cf043c25973b45926ff32b00d5 (diff) | |
download | dexon-0x-contracts-2e60d5341efbd985b284dbb4c31210025259bf15.tar.gz dexon-0x-contracts-2e60d5341efbd985b284dbb4c31210025259bf15.tar.zst dexon-0x-contracts-2e60d5341efbd985b284dbb4c31210025259bf15.zip |
Add PR numbers
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index 78db31b0f..7a6174605 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -8,15 +8,15 @@ }, { "note": "Fix a bug when opts could not be undefined", - "pr": "TODO" + "pr": 1596 }, { "note": "Remove `bin_paths` and fetch the list of soliidty compilers from github", - "pr": "TODO" + "pr": 1596 }, { "note": "Fix a bug when ast and legacyAST were not present in the artifacts even if requested", - "pr": "TODO" + "pr": 1596 } ] }, |