diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-06 04:21:14 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-24 08:17:45 +0800 |
commit | 4264625c69a30c4534e977ce3ca709bb95103dad (patch) | |
tree | 0cf10fe14784484d2f8ec3acc2d177d303d06067 /Changelog.md | |
parent | 0177d964b1cf0f7a238f11aa9b617d26dddf7caf (diff) | |
download | dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar.gz dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar.bz2 dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar.lz dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar.xz dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.tar.zst dexon-solidity-4264625c69a30c4534e977ce3ca709bb95103dad.zip |
Implement address.transfer()
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 45aaf04a..37f20c71 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Add ``assert(condition)``, which throws if condition is false. + * Introduce ``.transfer(value)`` for sending Ether. * Code generator: Support ``revert()`` to abort with rolling back, but not consuming all gas. * Inline assembly: Support ``revert`` (EIP140) as an opcode. * Type system: Support explicit conversion of external function to address. |