aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-12-30 20:46:02 +0800
committerchriseth <chris@ethereum.org>2018-04-12 19:09:37 +0800
commit3da16b3e8af41a1d743a94d2e19822e82440a63d (patch)
tree4e4d36013f8ee7e87ab98ce6592d9f03e848196a /Changelog.md
parenta06249c98484f8ca3772b09f66bc68dd30c13c4d (diff)
downloaddexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar.gz
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar.bz2
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar.lz
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar.xz
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.tar.zst
dexon-solidity-3da16b3e8af41a1d743a94d2e19822e82440a63d.zip
Documentation for revert with reason string.
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 6288e848..60f28db4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
* Code Generator: More specialized and thus optimized implementation for ``x.push(...)``
* Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag.
* Constant Evaluator: Fix evaluation of single element tuples.
+ * General: Allow providing reason string for ``revert()``.
* General: Limit the number of errors output in a single run to 256.
* General: Support accessing dynamic return data in post-byzantium EVMs.
* Interfaces: Allow overriding external functions in interfaces with public in an implementing contract.