aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-21 03:11:40 +0800
committerGitHub <noreply@github.com>2017-04-21 03:11:40 +0800
commit2ccbc088f24a8a215072cbf919d80cb503aac89f (patch)
treeb3f44ad47f31ef5bde284e68e87a87cce6f146f0 /Changelog.md
parent965de29772963b640b00579fa8225bb662599ecd (diff)
parent74373ecc7ab538de03c69a7a26edb345be661355 (diff)
downloaddexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar.gz
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar.bz2
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar.lz
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar.xz
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.tar.zst
dexon-solidity-2ccbc088f24a8a215072cbf919d80cb503aac89f.zip
Merge pull request #1639 from ethereum/json-interface-api
Support "standardised" JSON compiler input/output
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.