mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4204 from ethereum/chriseth-patch-2
Mention calldata as new keyword.
This commit is contained in:
commit
a77531d245
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user