0.7.0 breaking changes: There were no external constructors

This commit is contained in:
Kamil Śliwak 2021-04-22 21:57:20 +02:00
parent f162c484ca
commit f479aceb4c

View File

@ -78,7 +78,7 @@ Mappings outside Storage
Functions and Events
--------------------
* Visibility (``public`` / ``external``) is not needed for constructors anymore:
* Visibility (``public`` / ``internal``) is not needed for constructors anymore:
To prevent a contract from being created, it can be marked ``abstract``.
This makes the visibility concept for constructors obsolete.