aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-15 22:47:50 +0800
committerchriseth <chris@ethereum.org>2018-03-07 00:45:47 +0800
commitaf7c64c1fc56221736320582dd9644470f157fa3 (patch)
treefe37be1549d3874924d5c4d05dac974d100cc217 /Changelog.md
parent84d711fd1d38d36eb6ef2d3c118694a9ad06938e (diff)
downloaddexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar.gz
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar.bz2
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar.lz
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar.xz
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.tar.zst
dexon-solidity-af7c64c1fc56221736320582dd9644470f157fa3.zip
Changelog entry.
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 c643c943..b4ba572f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
* Code Generator: Assert that ``k != 0`` for ``mulmod(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).
* Code Generator: Use ``STATICCALL`` opcode for calling ``view`` and ``pure`` functions as experimenal 0.5.0 feature.
+ * Inline Assembly: Enforce strict mode as experimental 0.5.0 feature.
* 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.