aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-17 00:16:40 +0800
committerGitHub <noreply@github.com>2017-10-17 00:16:40 +0800
commit18a72dbe4668e23aaf38404183b978fbbb1824d1 (patch)
tree85a20a6872c7b2235c555df22ed186db6a9d52ba /Changelog.md
parentc2fab07ccdf9000023dd9373d9072d44dcdd93d7 (diff)
parent082e7b6a9ea5f4651bed0b2ab037dbba05af26eb (diff)
downloaddexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar.gz
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar.bz2
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar.lz
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar.xz
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.tar.zst
dexon-solidity-18a72dbe4668e23aaf38404183b978fbbb1824d1.zip
Merge pull request #3086 from ethereum/allow_gas_in_view
Allow ``gas`` in view functions.
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 d78dbbba..ac27ca7f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -19,6 +19,7 @@ Bugfixes:
(such as ``balance``, ``transfer``, etc.)
* Type Checker: Prevent duplicate event declarations.
* Type Checker: Do not mark event parameters as shadowing state variables.
+ * Type Checker: Allow ``gas`` in view functions.
### 0.4.17 (2017-09-21)