diff options
author | chriseth <c@ethdev.com> | 2016-09-05 21:47:03 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-09-06 18:37:01 +0800 |
commit | 9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e (patch) | |
tree | 02763f7df79f27cac82373f078d98ae76ab2155e /Changelog.md | |
parent | f687635e4743a1e12d01fb082a4f8a76a759ab48 (diff) | |
download | dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar.gz dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar.bz2 dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar.lz dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar.xz dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.tar.zst dexon-solidity-9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e.zip |
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 27f88cd2..c9a830dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -42,6 +42,7 @@ Bugfixes: * Why3 translator: crash fix for exponentiation * 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. |