aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-05-22 23:37:21 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-05-30 22:14:53 +0800
commitac6871078940f0ae4a47380091fc46ed46a63d0a (patch)
tree92795e519aeb424245c68420dad1e9bd97bd473b /Changelog.md
parent41965ca2626e1e09de7fb1eb40ae4751b5e289fa (diff)
downloaddexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar.gz
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar.bz2
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar.lz
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar.xz
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.tar.zst
dexon-solidity-ac6871078940f0ae4a47380091fc46ed46a63d0a.zip
Disallow trailing dots that are not followed by a number
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 3c4e5a7e..708d1b8a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Breaking Changes:
* Commandline interface: Require ``-`` if standard input is used as source.
* 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.
* Type Checker: Disallow arithmetic operations for Boolean variables.
+ * Disallow trailing dots that are not followed by a number.
Language Features:
* General: Allow appending ``calldata`` keyword to types, to explicitly specify data location for arguments of external functions.