diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-09 18:30:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 18:30:11 +0800 |
commit | c42583d27e7d93b982bdd44dc536994ac0be874f (patch) | |
tree | e467c4710a7920a30f0a7277adc7d018acabff95 /Changelog.md | |
parent | f3e0bf1dd85fef29bf80f2235b5c0c19a6d30f31 (diff) | |
parent | 328554a4f91bbd77fc9a901e0bde66eb16d988ea (diff) | |
download | dexon-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.md | 1 |
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. |