aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-02-07 06:47:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-02-11 06:41:09 +0800
commit1fcad8b4ab48f63504c69c24372fb34f34a79436 (patch)
treee320e1e8dfa30e2b909a9f953d9443076b7e887e /Changelog.md
parentf3158f92d6070b6088c6a1b32f2934b9cd7dde1b (diff)
downloaddexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar.gz
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar.bz2
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar.lz
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar.xz
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.tar.zst
dexon-solidity-1fcad8b4ab48f63504c69c24372fb34f34a79436.zip
Document revert()
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index d383ba42..bd514cfe 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,8 @@
Features:
* Add ``assert(condition)``, which throws if condition is false.
+ * Code generator: Support ``revert()`` to abort with rolling back, but not consuming all gas.
+ * Inline assembly: Support ``revert`` (EIP140) as an opcode.
* Type system: Support explicit conversion of external function to address.
Bugfixes: