aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-10 21:56:29 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-08-13 21:50:22 +0800
commita9f31da41146221c674356d5678030616110d471 (patch)
tree9027bbe7082cd658b5a0763e1b5ae4d99cca419d /Changelog.md
parent57ada1d69e311f847b4581a0e487aebd1b0e468f (diff)
downloaddexon-solidity-a9f31da41146221c674356d5678030616110d471.tar.gz
dexon-solidity-a9f31da41146221c674356d5678030616110d471.tar.zst
dexon-solidity-a9f31da41146221c674356d5678030616110d471.zip
Allow mapping arguments and return values in all internal functions.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
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.