aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-06 21:37:05 +0800
committerGitHub <noreply@github.com>2016-09-06 21:37:05 +0800
commit5ade1bc20facd81f651548589a5e49ccfc71f14e (patch)
tree4ab9fa9f7133e558f425b993ac433048b61af4cd /Changelog.md
parentafca2acb779746fc3ee12391137a133cbcec8d3b (diff)
parent9ca7472089a9f4d8bfec20e9e55c4f7ed2fb502e (diff)
downloaddexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar
dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.gz
dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.bz2
dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.lz
dexon-solidity-5ade1bc20facd81f651548589a5e49ccfc71f14e.tar.xz
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.md1
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.