diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-01 20:25:02 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-01 20:25:02 +0800 |
commit | bab7f8f455dae78c4da1019b131abd01d28f63a6 (patch) | |
tree | 61966f3ad19e3218606ef9825b68bcf9971624fe | |
parent | 4361797ddca240dc55c9f88c6579383eb558b309 (diff) | |
download | dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar.gz dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar.bz2 dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar.lz dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar.xz dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.tar.zst dexon-solidity-bab7f8f455dae78c4da1019b131abd01d28f63a6.zip |
Add changelog for function types to address conversion
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index be0e8329..c1098bdf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.10 (unreleased) +Features: + * Type system: Support explicit conversion of external function to address. + ### 0.4.9 (2017-01-31) Features: |