Mark chainid as view.

This commit is contained in:
Daniel Kirchner
2020-12-09 16:55:51 +01:00
parent fca8026250
commit 588535566f
6 changed files with 15 additions and 2 deletions
+2
View File
@@ -91,6 +91,8 @@ New Restrictions
* Remove support for the ``\b``, ``\f``, and ``\v`` escape sequences in code.
They can still be inserted via hexadecimal escapes, e.g. ``\x08``, ``\x0c``, and ``\x0b``, respectively.
* The ``chainid`` builtin in inline assembly is now considered ``view`` instead of ``pure``.
Interface Changes
=================