mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ChangeLog: Adds entry changing inline assembly to strict mode.
This commit is contained in:
parent
e40c498260
commit
99034abcbf
@ -10,9 +10,9 @@ Breaking changes:
|
|||||||
* General: New reserved keywords: ``virtual``.
|
* General: New reserved keywords: ``virtual``.
|
||||||
* Standard JSON Interface: Add option to disable or choose hash method between IPFS and Swarm for the bytecode metadata.
|
* Standard JSON Interface: Add option to disable or choose hash method between IPFS and Swarm for the bytecode metadata.
|
||||||
* Syntax: ``push(element)`` for dynamic storage arrays do not return the new length anymore.
|
* Syntax: ``push(element)`` for dynamic storage arrays do not return the new length anymore.
|
||||||
|
* Inline Assembly: Only strict inline assembly is allowed.
|
||||||
* Type checker: Resulting type of exponentiation is equal to the type of the base. Also allow signed types for the base.
|
* Type checker: Resulting type of exponentiation is equal to the type of the base. Also allow signed types for the base.
|
||||||
|
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Allow global enums and structs.
|
* Allow global enums and structs.
|
||||||
* Allow underscores as delimiters in hex strings.
|
* Allow underscores as delimiters in hex strings.
|
||||||
|
Loading…
Reference in New Issue
Block a user