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:
ssi91
2020-11-28 17:51:06 +07:00
co-authored by Kamil Śliwak
parent 46f638e54e
commit b5dc62c47b
3 changed files with 10 additions and 4 deletions
+5
View File
@@ -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.