diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-05 18:34:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 18:34:17 +0800 |
commit | 880be2581108f570d0824352ff7221c8cae3a998 (patch) | |
tree | 33d4da41fb9cffe3d04bc9053b7113b99bf65774 /Changelog.md | |
parent | 11c51de5b95343cd1dfcb83a2ef8da0592464c96 (diff) | |
parent | 69ea5c43f3ef2fe08bed0edbe1d45d4553cbbee4 (diff) | |
download | dexon-solidity-880be2581108f570d0824352ff7221c8cae3a998.tar.gz dexon-solidity-880be2581108f570d0824352ff7221c8cae3a998.tar.zst dexon-solidity-880be2581108f570d0824352ff7221c8cae3a998.zip |
Merge pull request #3029 from ethereum/tanwisgas
Send all gas for 0.5.0.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 64273cd6..8f97b0e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,9 @@ Features: * Standard JSON: Support the ``outputSelection`` field for selective compilation of supplied sources. * Syntax Checker: Unary ``+`` is now a syntax error as experimental 0.5.0 feature. * Type Checker: Disallow non-pure constant state variables as experimental 0.5.0 feature. + * Code Generator: Always use all available gas for calls as experimental 0.5.0 feature + (previously, some amount was retained in order to work in pre-tangerine whistle + EVM versions) Bugfixes: * Parser: Fix source location of VariableDeclarationStatement. |