mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
29 lines
568 B
ReStructuredText
29 lines
568 B
ReStructuredText
********************************
|
|
Solidity v0.8.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
|
|
================
|
|
|
|
- `error` is now a keyword and cannot be used as identifier anymore.
|
|
|
|
Interface Changes
|
|
=================
|
|
|
|
...
|
|
|
|
How to update your code
|
|
=======================
|
|
|
|
...
|