From f479aceb4c774474e2a87c38d6f48a54552080e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 22 Apr 2021 21:57:20 +0200 Subject: [PATCH] 0.7.0 breaking changes: There were no external constructors --- docs/070-breaking-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/070-breaking-changes.rst b/docs/070-breaking-changes.rst index 19eaefcf2..05e98a4dc 100644 --- a/docs/070-breaking-changes.rst +++ b/docs/070-breaking-changes.rst @@ -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.