Open
Description
Natspec JSON changes (non-breaking):
- NatSpec and multiple events with identical signature #11114 (events and errors as arrays instead of hashmap)
- Natspec: change parameters and return values to be an array #11120 (change params/returns into an array instead of hashmap)
- Natspec: include events/errors in devdoc too #11158 (include events/errors in the devdoc)
- include the
@notice
in the devdoc too
Natspec syntax changes (potentially breaking -- maybe has to wait for 0.9.0):
- Natspec: Don't copy from base function if return parameters differ #10921 -- explanation here
- disallow
@return
for events