aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-05-24 17:47:43 +0800
committerchriseth <chris@ethereum.org>2017-06-24 01:29:11 +0800
commit831ed083875b73faf91f9d3335e2599540366712 (patch)
tree9483dd02d12267cab05078f140b094ad40841a14 /Changelog.md
parentb83f77e0e567b58c2ada831e526ad5bacfed8b40 (diff)
downloaddexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar.gz
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar.bz2
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar.lz
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar.xz
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.tar.zst
dexon-solidity-831ed083875b73faf91f9d3335e2599540366712.zip
Change invalid opcode to revert for input validation.
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 ee952a37..6e15c9db 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,7 @@ Features:
* Code Generator: Added the Whiskers template system.
Bugfixes:
+ * Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.
* Type Checker: Fix address literals not being treated as compile-time constants.
* Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences.
* Fixed crash concerning non-callable types.