diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-11-08 18:22:57 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-26 23:31:46 +0800 |
commit | 30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1 (patch) | |
tree | 0d250ea55121d0a3f9805d99a8b20d030dd60a1e /Changelog.md | |
parent | f6d8810103c762d1f5a41bf1c29d33b771cfed50 (diff) | |
download | dexon-solidity-30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1.tar.gz dexon-solidity-30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1.tar.zst dexon-solidity-30e6f8d3fb9a16dc1e07367c9010aabe3577e2f1.zip |
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 5408bb8e..3603ebcf 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. |