aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-01 17:43:06 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-02 03:50:03 +0800
commitb3061225bcd1dd03cb1809b6193857d69cd7768f (patch)
tree63cb76a25e6e3eb5cbd63efd9c49be471f6585ef /Changelog.md
parent3aacfc7e3569b27ca97dce41d886bbc3043546e0 (diff)
downloaddexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar.gz
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar.bz2
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar.lz
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar.xz
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.tar.zst
dexon-solidity-b3061225bcd1dd03cb1809b6193857d69cd7768f.zip
.delegatecall() should always return a boolean of execution status
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 7e4606bd..4b3f2ddc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
Bugfixes:
+ * Code Generator: ``.delegatecall()`` should always return execution outcome.
* Code Generator: Provide "new account gas" for low-level ``callcode`` and ``delegatecall``.
### 0.4.14 (2017-07-31)