diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 22a751f6..a61a7300 100644 --- a/Changelog.md +++ b/Changelog.md @@ -71,7 +71,7 @@ Language Features: * General: Support ``pop()`` for storage arrays. * General: Scoping rules now follow the C99-style. * General: Allow ``enum``s in interfaces. - * General: Allow ``mapping`` arguments and return values in internal library functions. + * General: Allow ``mapping`` storage pointers as arguments and return values in all internal functions. Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. |