aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Parpart <christian@ethereum.org>2018-06-14 21:53:51 +0800
committerChristian Parpart <christian@ethereum.org>2018-07-03 16:53:09 +0800
commit0b5dd7320afb751c58348619dd67ef4f77afeb41 (patch)
tree20ff43c352b56c1b6e7645351c4811b30c70c907
parentdbd0723a6d32b1681c548d9176ebf2b558b3dc0f (diff)
downloaddexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar.gz
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar.bz2
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar.lz
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar.xz
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.tar.zst
dexon-solidity-0b5dd7320afb751c58348619dd67ef4f77afeb41.zip
Changelog: added ``var``-keyword change
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index baa98389..55ab5180 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -15,6 +15,7 @@ Breaking Changes:
* General: ``continue`` in a ``do...while`` loop jumps to the condition (it used to jump to the loop body). Warning: this may silently change the semantics of existing code.
* General: Disallow declaring empty structs.
* General: Disallow raw ``callcode`` (was already deprecated in 0.4.12). It is still possible to use it via inline assembly.
+ * General: Disallow ``var`` keyword.
* General: Disallow ``sha3`` and ``suicide`` aliases.
* General: Disallow the ``years`` unit denomination (was already deprecated in 0.4.24)
* General: Introduce ``emit`` as a keyword instead of parsing it as identifier.