Changelog and documentation.

This commit is contained in:
chriseth
2020-11-12 11:12:42 +01:00
parent d744a8fb48
commit d378bafeb8
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -32,6 +32,9 @@ the compiler notifying you about it.
This will save gas on errors while it still allows static analysis tools to distinguish
these situations from a revert on invalid input, like a failing ``require``.
* If a byte array in storage is accessed whose length is encoded incorrectly, a panic is caused.
A contract cannot get into this situation unless inline assembly is used to modify the raw representation of storage byte arrays.
New Restrictions
================