From 328554a4f91bbd77fc9a901e0bde66eb16d988ea Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 20 Jun 2018 01:34:54 +0200 Subject: Add new libsolc entry points (solidity_license/version/compile) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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: -- cgit