diff options
author | chriseth <chris@ethereum.org> | 2017-10-16 19:28:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-10-16 19:28:44 +0800 |
commit | 082e7b6a9ea5f4651bed0b2ab037dbba05af26eb (patch) | |
tree | a8e959302f668e9e7ad427506ed9886ba9fc3a70 /Changelog.md | |
parent | dbc8655b363d4023c987ccfea2db371cc0213200 (diff) | |
download | dexon-solidity-082e7b6a9ea5f4651bed0b2ab037dbba05af26eb.tar.gz dexon-solidity-082e7b6a9ea5f4651bed0b2ab037dbba05af26eb.tar.zst dexon-solidity-082e7b6a9ea5f4651bed0b2ab037dbba05af26eb.zip |
Allow ``gas`` in view functions.
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 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) |