aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-04 20:43:15 +0800
committerGitHub <noreply@github.com>2017-08-04 20:43:15 +0800
commit38e9505a83ed9b37ce91b8cd1ec268fc96be50cc (patch)
treec63973bc6d009a2a701a1e4cc9760a63fbfb9e20 /Changelog.md
parente48730fed95d6b6cc8a8b46f6b96d309526baea9 (diff)
parentb7642dc8a7ef54abf6f37fddefc118ca1108b0ae (diff)
downloaddexon-solidity-38e9505a83ed9b37ce91b8cd1ec268fc96be50cc.tar.gz
dexon-solidity-38e9505a83ed9b37ce91b8cd1ec268fc96be50cc.tar.zst
dexon-solidity-38e9505a83ed9b37ce91b8cd1ec268fc96be50cc.zip
Merge pull request #2673 from ethereum/builtin-gas
Disallow gas modifier on sha256/ripemd160/ecrecover
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 4b3f2ddc..86cf1058 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
Bugfixes:
* Code Generator: ``.delegatecall()`` should always return execution outcome.
* Code Generator: Provide "new account gas" for low-level ``callcode`` and ``delegatecall``.
+ * Type Checker: Disallow the ``.gas()`` modifier on ``ecrecover``, ``sha256`` and ``ripemd160``.
### 0.4.14 (2017-07-31)