aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-20 07:34:54 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-30 01:30:37 +0800
commit328554a4f91bbd77fc9a901e0bde66eb16d988ea (patch)
tree1d6365c17cc0ede81bb951e330ba08c1ca31aed3 /Changelog.md
parent7d525620d88d3539b5c0f85ee2c5ba49506e30bc (diff)
downloaddexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar
dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.gz
dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.bz2
dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.lz
dexon-solidity-328554a4f91bbd77fc9a901e0bde66eb16d988ea.tar.xz
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.md1
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: