diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-30 22:16:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 22:16:07 +0800 |
commit | a77531d245d24d82e11858fb99ebfc9ec53b5d38 (patch) | |
tree | f4029b5ac29e9c3c2ff1b6864efb659a6f41a53c | |
parent | 41965ca2626e1e09de7fb1eb40ae4751b5e289fa (diff) | |
parent | b708054c3ec3f9355c16ec04817bf130fa42bc43 (diff) | |
download | dexon-solidity-a77531d245d24d82e11858fb99ebfc9ec53b5d38.tar.gz dexon-solidity-a77531d245d24d82e11858fb99ebfc9ec53b5d38.tar.zst dexon-solidity-a77531d245d24d82e11858fb99ebfc9ec53b5d38.zip |
Merge pull request #4204 from ethereum/chriseth-patch-2
Mention calldata as new keyword.
-rw-r--r-- | Changelog.md | 1 |
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. |