mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mention calldata as new keyword.
This commit is contained in:
parent
41965ca262
commit
b708054c3e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user