aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-20 01:56:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-21 02:38:00 +0800
commit5732ffdb746c9ae602117069a3dcd69f55efb96c (patch)
tree953620c5312343521927e9020bfcae03388de7fb /Changelog.md
parent6ae7a87b789d9ed60360ab9b7fa6593f9ab3b5ff (diff)
downloaddexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.gz
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.bz2
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.lz
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.xz
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.zst
dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.zip
Update changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index dd62f2df..352e8374 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,7 +1,10 @@
### 0.4.11 (unreleased)
Features:
+ * Implement the Standard JSON Input / Output API
* Support ``interface`` contracts.
+ * C API (``jsonCompiler``): Add the ``compileStandard()`` method to process a Standard JSON I/O.
+ * Commandline interface: Add the ``--standard-json`` parameter to process a Standard JSON I/O.
* Commandline interface: Support ``--allow-paths`` to define trusted import paths. Note: the
path(s) of the supplied source file(s) is always trusted.