Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2020-05-26 10:11:23 +02:00
65 changed files with 763 additions and 205 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ This section gives detailed instructions on how to update prior code for every b
documentation so long as the notices are in the order they appear in the tuple return type.
* Choose unique identifiers for variable declarations in inline assembly that do not conflict
with declartions outside the inline assembly block.
with declarations outside the inline assembly block.
* Add ``virtual`` to every non-interface function you intend to override. Add ``virtual``
to all functions without implementation outside interfaces. For single inheritance, add