ChangeLog: Adds entry changing inline assembly to strict mode.

This commit is contained in:
Christian Parpart 2019-09-10 15:31:18 +02:00
parent e40c498260
commit 99034abcbf

View File

@ -10,9 +10,9 @@ Breaking changes:
* General: New reserved keywords: ``virtual``.
* 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.
* 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.
Language Features:
* Allow global enums and structs.
* Allow underscores as delimiters in hex strings.