mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add entry into the breaking changes list.
This commit is contained in:
parent
7ff9a27979
commit
ede937999c
@ -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
|
||||
------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user