mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9188e658d8
This reverts commit 7f1a2be0fe
.
Added changes to changelog to include Make basfee as a reserved identifier
added changes under the breaking changes rst file
Update Changelog.md
Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>
Update 090-breaking-changes.rst
moved the changes under "New restrictions" section
Update Changelog.md
avoided removing line no 6
Update docs/090-breaking-changes.rst
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
29 lines
553 B
ReStructuredText
29 lines
553 B
ReStructuredText
********************************
|
|
Solidity v0.9.0 Breaking Changes
|
|
********************************
|
|
|
|
This section highlights the main breaking changes introduced in Solidity
|
|
version 0.9.0.
|
|
For the full list check
|
|
`the release changelog <https://github.com/ethereum/solidity/releases/tag/v0.9.0>`_.
|
|
|
|
Silent Changes of the Semantics
|
|
===============================
|
|
|
|
...
|
|
|
|
New Restrictions
|
|
================
|
|
|
|
- Make ``basefee`` a reserved identifier in assembly.
|
|
|
|
Interface Changes
|
|
=================
|
|
|
|
...
|
|
|
|
How to update your code
|
|
=======================
|
|
|
|
...
|