Skip to content

Commit 4aac962

Browse files
authored
Merge pull request #12638 from fulldecent/storage-layout-compatability-mode
Note about storage compatibility mode
2 parents 5539a74 + c6c7f35 commit 4aac962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/internals/layout_in_storage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ as individual values.
5656
of Solidity due to the fact that storage pointers can be passed to libraries. This means that
5757
any change to the rules outlined in this section is considered a breaking change
5858
of the language and due to its critical nature should be considered very carefully before
59-
being executed.
59+
being executed. In the event of such a breaking change, we would want to release a
60+
compatibility mode in which the compiler would generate bytecode supporting the old layout.
6061

6162

6263
Mappings and Dynamic Arrays

0 commit comments

Comments
 (0)