Missing changelog entry.

This commit is contained in:
chriseth 2020-06-15 14:49:14 +02:00
parent b4c6fdb1ed
commit 7c28953a61

View File

@ -5,6 +5,7 @@ Breaking changes:
* Deprecated dot syntax for `value` and `gas`. * Deprecated dot syntax for `value` and `gas`.
* Deprecated the identifier `now`. * Deprecated the identifier `now`.
* JSON AST: Removes members with ``null`` value from JSON output. * JSON AST: Removes members with ``null`` value from JSON output.
* Parser: NatSpec comments on variables are only allowed for public state variables.
* Type Checker: Disallow shifts by signed types. * Type Checker: Disallow shifts by signed types.
* Type Checker: Exponentiation and shifts of literals by non-literals will always use ``uint256`` or ``int256`` as a type. * Type Checker: Exponentiation and shifts of literals by non-literals will always use ``uint256`` or ``int256`` as a type.