diff options
author | chriseth <chris@ethereum.org> | 2018-11-27 02:47:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 02:47:32 +0800 |
commit | 240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e (patch) | |
tree | e11a2e0458eb8bd7ff7e29bb52ae3185b4a4c38b /Changelog.md | |
parent | 2f0088f620e88c06387b69d00a2f91f5303cfe1f (diff) | |
parent | 30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1 (diff) | |
download | dexon-solidity-240ad0e34ee0e9a28d0ebe8d1c94b9a08b33844e.tar.gz 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.md | 1 |
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: |