aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-27 02:47:32 +0800
committerGitHub <noreply@github.com>2018-11-27 02:47:32 +0800
commit240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e (patch)
treee11a2e0458eb8bd7ff7e29bb52ae3185b4a4c38b /Changelog.md
parent2f0088f620e88c06387b69d00a2f91f5303cfe1f (diff)
parent30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1 (diff)
downloaddexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.gz
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.bz2
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.lz
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.xz
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.zst
dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.zip
Merge pull request #5382 from ethereum/libraryMappingPublic
Allow mapping arguments for public and external 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 b899fa30..876182cc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.5.1 (unreleased)
Language Features:
+ * Allow mapping type for parameters and return variables of public and external library functions.
* Allow public functions to override external functions.
Compiler Features: