aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-09 18:30:11 +0800
committerGitHub <noreply@github.com>2018-07-09 18:30:11 +0800
commitc42583d27e7d93b982bdd44dc536994ac0be874f (patch)
treee467c4710a7920a30f0a7277adc7d018acabff95 /Changelog.md
parentf3e0bf1dd85fef29bf80f2235b5c0c19a6d30f31 (diff)
parent328554a4f91bbd77fc9a901e0bde66eb16d988ea (diff)
downloaddexon-solidity-c42583d27e7d93b982bdd44dc536994ac0be874f.tar.gz
dexon-solidity-c42583d27e7d93b982bdd44dc536994ac0be874f.tar.zst
dexon-solidity-c42583d27e7d93b982bdd44dc536994ac0be874f.zip
Merge pull request #4366 from ethereum/libsolc-cleanup
Implement new libsolc API
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 34343a8b..8cd0b4b7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -43,6 +43,7 @@ Language Features:
* General: Scoping rules now follow the C99-style.
Compiler Features:
+ * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods.
* Type Checker: Show named argument in case of error.
* Tests: Determine transaction status during IPC calls.