aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-27 01:25:36 +0800
committerchriseth <chris@ethereum.org>2018-03-06 02:32:12 +0800
commit83fcf007bfdf9c9c8b595369c0542d45943ee095 (patch)
tree59552f474bcb14df241d925e7b9cdca4a82b3365 /Changelog.md
parentf190b274313131bbc939815a00d49dcd2c3de10d (diff)
downloaddexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar.gz
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar.bz2
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar.lz
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar.xz
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.tar.zst
dexon-solidity-83fcf007bfdf9c9c8b595369c0542d45943ee095.zip
Do not retain any gas in external calls (except if EVM version is set to homestead).
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 04a45f7d..529fb181 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* C99/C++-style scoping rules (instead of JavaScript function scoping) take effect as experimental v0.5.0 feature.
* Code Generator: Assert that ``k != 0`` for ``molmod(a, b, k)`` and ``addmod(a, b, k)`` as experimental 0.5.0 feature.
+ * Code Generator: Do not retain any gas in calls (except if EVM version is set to homestead).
* Interface: Provide ability to select target EVM version (homestead or byzantium, with byzantium being the default).
* Standard JSON: Reject badly formatted invalid JSON inputs.
* Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature.