aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-23 23:41:14 +0800
committerGitHub <noreply@github.com>2017-06-23 23:41:14 +0800
commit633b6bd61a065cb25cd9dd16d303cbfa09cf3c46 (patch)
tree65731bb32b9eb495478ad3a4284aed88d7c18362 /Changelog.md
parent04ca391ac85ac573ea30b3736786d5f0d9d663f7 (diff)
parentea6cf619fd0789dc848402a5c17eee6c4d32d708 (diff)
downloaddexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar
dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.gz
dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.bz2
dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.lz
dexon-solidity-633b6bd61a065cb25cd9dd16d303cbfa09cf3c46.tar.xz
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.md1
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.