diff options
author | chriseth <chris@ethereum.org> | 2017-06-23 23:41:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 23:41:14 +0800 |
commit | 633b6bd61a065cb25cd9dd16d303cbfa09cf3c46 (patch) | |
tree | 65731bb32b9eb495478ad3a4284aed88d7c18362 /Changelog.md | |
parent | 04ca391ac85ac573ea30b3736786d5f0d9d663f7 (diff) | |
parent | ea6cf619fd0789dc848402a5c17eee6c4d32d708 (diff) | |
download | dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.gz dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.zst dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.zip |
Merge pull request #2213 from ethereum/jsoncompiler
Rewrite jsonCompiler using StandardCompiler
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 4dc79827..ee952a37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * Assembly: Display auxiliary data in the assembly output. * Assembly: Add ``CREATE2`` (EIP86), ``STATICCALL`` (EIP214), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions. * AST: export all attributes to JSON format. + * C API (``jsonCompiler``): Use the Standard JSON I/O internally. * Inline Assembly: Present proper error message when not supplying enough arguments to a functional instruction. * Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. |