diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-20 01:56:05 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-21 02:38:00 +0800 |
commit | 5732ffdb746c9ae602117069a3dcd69f55efb96c (patch) | |
tree | 953620c5312343521927e9020bfcae03388de7fb | |
parent | 6ae7a87b789d9ed60360ab9b7fa6593f9ab3b5ff (diff) | |
download | dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.gz dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.tar.zst dexon-solidity-5732ffdb746c9ae602117069a3dcd69f55efb96c.zip |
Update changelog
-rw-r--r-- | Changelog.md | 3 |
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. |