solidity/docs/090-breaking-changes.rst
2021-04-28 11:12:43 +02:00

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
=======================
...