diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-20 07:34:54 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-30 01:30:37 +0800 |
commit | 328554a4f91bbd77fc9a901e0bde66eb16d988ea (patch) | |
tree | 1d6365c17cc0ede81bb951e330ba08c1ca31aed3 /Changelog.md | |
parent | 7d525620d88d3539b5c0f85ee2c5ba49506e30bc (diff) | |
download | dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.gz dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.zst dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.zip |
Add new libsolc entry points (solidity_license/version/compile)
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 b1f742bf..97020ae6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,6 +37,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. Bugfixes: |