aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-05 17:56:36 +0800
committerchriseth <chris@ethereum.org>2017-10-05 17:56:36 +0800
commit69ea5c43f3ef2fe08bed0edbe1d45d4553cbbee4 (patch)
tree7f2ef7935d73ff61d04b41c3b9f8c25a1780b40d /Changelog.md
parent19274c78904632d568bf56e95603d22ef091ce77 (diff)
downloaddexon-solidity-69ea5c43f3ef2fe08bed0edbe1d45d4553cbbee4.tar.gz
dexon-solidity-69ea5c43f3ef2fe08bed0edbe1d45d4553cbbee4.tar.zst
dexon-solidity-69ea5c43f3ef2fe08bed0edbe1d45d4553cbbee4.zip
Send all gas for 0.5.0.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 8ebc30d0..c78a26e0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,9 @@ Features:
* Parser: Better error message for unexpected trailing comma in parameter lists.
* 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.