diff options
author | chriseth <chris@ethereum.org> | 2016-09-06 21:37:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 21:37:05 +0800 |
commit | 5ade1bc20facd81f651548589a5e49ccfc71f14e (patch) | |
tree | 4ab9fa9f7133e558f425b993ac433048b61af4cd /Changelog.md | |
parent | afca2acb779746fc3ee12391137a133cbcec8d3b (diff) | |
parent | 9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e (diff) | |
download | dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.gz dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.zst dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.zip |
Merge pull request #1008 from ethereum/stipendwithsend
Provide gas stipend manually for send(0).
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 3eba60b3..2d9c6c31 100644 --- a/Changelog.md +++ b/Changelog.md @@ -46,6 +46,7 @@ Bugfixes: * Commandline Interface: linking libraries with underscores in their name. * Type Checker: Fallback function cannot return data anymore. * Code Generator: Fix crash when sha3() was used on unsupported types. + * Code Generator: Manually set gas stipend for .send(0). Lots of changes to the documentation mainly by voluntary external contributors. |