Merge pull request #7954 from ethereum/changelog

Some wording fixes in the changelog
This commit is contained in:
chriseth
2019-12-11 00:30:56 +01:00
committed by GitHub
3 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ This section lists purely syntactic changes that do not affect the behavior of e
longer possible to resize storage arrays assigning a new value to their length. Use ``push()``,
``push(value)`` or ``pop()`` instead, or assign a full array, which will of course overwrite existing content.
* New reserved keywords: ``virtual``.
* New reserved keywords: ``override``, ``receive``, and ``virtual``.
* The names of variables declared in inline assembly may no longer end in ``_slot`` or ``_offset``.
+2 -2
View File
@@ -719,9 +719,9 @@ These keywords are reserved in Solidity. They might become part of the syntax in
``abstract``, ``after``, ``alias``, ``apply``, ``auto``, ``case``, ``catch``, ``copyof``, ``default``,
``define``, ``final``, ``immutable``, ``implements``, ``in``, ``inline``, ``let``, ``macro``, ``match``,
``mutable``, ``null``, ``of``, ``override``, ``partial``, ``promise``, ``reference``, ``relocatable``,
``mutable``, ``null``, ``of``, ``partial``, ``promise``, ``reference``, ``relocatable``,
``sealed``, ``sizeof``, ``static``, ``supports``, ``switch``, ``try``, ``typedef``, ``typeof``,
``unchecked``, ``virtual``.
``unchecked``.
Language Grammar
================