Add entry into the breaking changes list.

This commit is contained in:
chriseth 2018-10-08 22:47:29 +02:00
parent 7ff9a27979
commit ede937999c

View File

@ -154,6 +154,10 @@ Command Line and JSON Interfaces
* The JSON AST fields ``constant`` and ``payable`` were removed. The
information is now present in the ``stateMutability`` field.
* The JSON AST field ``isConstructor`` of the ``FunctionDefinition``
node was replaced by a field called ``kind`` which can have the
value ``"constructor"``, ``"fallback"`` or ``"function"``.
Constructors
------------