aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-10 21:13:12 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-08-13 20:31:10 +0800
commit57ada1d69e311f847b4581a0e487aebd1b0e468f (patch)
tree653920cb378e2a7ac1a97ea3b022c106c599a197 /Changelog.md
parenta2c754b3fed422b3d8027a5298624bcfed3744a5 (diff)
downloaddexon-solidity-57ada1d69e311f847b4581a0e487aebd1b0e468f.tar.gz
dexon-solidity-57ada1d69e311f847b4581a0e487aebd1b0e468f.tar.zst
dexon-solidity-57ada1d69e311f847b4581a0e487aebd1b0e468f.zip
Allow mapping arguments and return values in internal library functions.
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 56e00003..22a751f6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -71,6 +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.
Compiler Features:
* C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods.