Merge pull request #4204 from ethereum/chriseth-patch-2

Mention calldata as new keyword.
This commit is contained in:
Alex Beregszaszi 2018-05-30 15:16:07 +01:00 committed by GitHub
commit a77531d245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
Breaking Changes: Breaking Changes:
* Disallow conversions between bytesX and uintY of different size. * Disallow conversions between bytesX and uintY of different size.
* Commandline interface: Require ``-`` if standard input is used as source. * 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. * 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. * Type Checker: Disallow arithmetic operations for Boolean variables.