mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
do not serialize fields abi, devdoc, userdoc and storage-layout
add changelogs Apply suggestions from code review Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
This commit is contained in:
@@ -61,3 +61,8 @@ New Restrictions
|
||||
|
||||
* Declarations with the name ``this``, ``super`` and ``_`` are disallowed, with the exception of
|
||||
public functions and events.
|
||||
|
||||
Interface Changes
|
||||
=================
|
||||
|
||||
* Changed output of ``--combined-json``. JSON fields ``abi``, ``devdoc``, ``userdoc`` and ``storage-layout`` are sub-objects now. Before 0.8.0 they used to be serialised as strings.
|
||||
|
||||
Reference in New Issue
Block a user