aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-06 01:45:12 +0800
committerchriseth <chris@ethereum.org>2017-07-06 03:15:00 +0800
commit0400e61e284bd595384d859752d97993b1f5ca45 (patch)
tree81d1fbebb3b698fb49970e63a8c04029fc10d56a /Changelog.md
parent4bde6fa96122a308296e00dfb32da25905c5ef34 (diff)
downloaddexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar.gz
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar.bz2
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar.lz
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar.xz
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.tar.zst
dexon-solidity-0400e61e284bd595384d859752d97993b1f5ca45.zip
Deprecate throw.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index c5085f1b..8ba06aaf 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,11 +1,12 @@
### 0.4.13 (unreleased)
Features:
+ * Syntax Checker: Deprecated "throw" in favour of require(), assert() and revert().
* Type Checker: Warn if a local storage reference variable does not explicitly use the keyword ``storage``.
Bugfixes:
- * Compiler Interface: Only output AST if analysis was successful.
* Code Generator: Correctly unregister modifier variables.
+ * Compiler Interface: Only output AST if analysis was successful.
* Error Output: Do not omit the error type.
### 0.4.12 (2017-07-03)