aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-24 23:15:36 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-22 20:01:46 +0800
commitea6cf619fd0789dc848402a5c17eee6c4d32d708 (patch)
treec19e148af95df78ec4e76873317d69ee36cebcdc /Changelog.md
parentf823952d9f0cc1e37dec465111db976c7a1830b2 (diff)
downloaddexon-solidity-ea6cf619fd0789dc848402a5c17eee6c4d32d708.tar.gz
dexon-solidity-ea6cf619fd0789dc848402a5c17eee6c4d32d708.tar.zst
dexon-solidity-ea6cf619fd0789dc848402a5c17eee6c4d32d708.zip
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 0fb2fe5c..3bdb6d31 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.