aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-30 20:43:59 +0800
committerGitHub <noreply@github.com>2018-05-30 20:43:59 +0800
commitb708054c3ec3f9355c16ec04817bf130fa42bc43 (patch)
treef4029b5ac29e9c3c2ff1b6864efb659a6f41a53c
parent41965ca2626e1e09de7fb1eb40ae4751b5e289fa (diff)
downloaddexon-solidity-b708054c3ec3f9355c16ec04817bf130fa42bc43.tar.gz
dexon-solidity-b708054c3ec3f9355c16ec04817bf130fa42bc43.tar.zst
dexon-solidity-b708054c3ec3f9355c16ec04817bf130fa42bc43.zip
Mention calldata as new keyword.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 3c4e5a7e..bba16d0b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@
Breaking Changes:
* Disallow conversions between bytesX and uintY of different size.
* Commandline interface: Require ``-`` if standard input is used as source.
+ * General: New keywords: ``calldata``
* 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.