diff options
author | chriseth <chris@ethereum.org> | 2018-12-03 19:34:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 19:34:59 +0800 |
commit | 0df641fea1bbcc531f2ec668d2fb249065deaea3 (patch) | |
tree | f474e44c71e1825a307fdabdbc31e64fd2ef0cb3 | |
parent | 4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca (diff) | |
parent | 1502449b85ebbdfa169932d4bb3ad1aae5133ee0 (diff) | |
download | dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar.gz dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar.bz2 dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar.lz dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar.xz dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.tar.zst dexon-solidity-0df641fea1bbcc531f2ec668d2fb249065deaea3.zip |
Merge pull request #5569 from ethereum/chriseth-patch-1
Add solc-js changes.
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 72d51bff..6c28a204 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,7 +14,6 @@ Compiler Features: * SMTChecker: Support internal bound function calls. * Yul: Support Yul objects in ``--assemble`` and ``--yul`` commandline options. - Bugfixes: * Assembly output: Do not mix in/out jump annotations with arguments. * Commandline interface: Fix crash when using ``--ast`` on empty runtime code. @@ -34,6 +33,9 @@ Build System: * Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67. * Docker: Includes both Scratch and Alpine images. +Solc-Js: + * Fix handling of standard-json in the commandline executable. + * Remove support of nodejs 4. ### 0.5.0 (2018-11-13) |