mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7254 from ethereum/changelog-docs-template
[0.6.0] Prepares changelog and documentation
This commit is contained in:
commit
212e4c1b57
14
Changelog.md
14
Changelog.md
@ -1,3 +1,17 @@
|
|||||||
|
### 0.6.0 (unreleased)
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
|
||||||
|
Language Features:
|
||||||
|
|
||||||
|
|
||||||
|
Compiler Features:
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
|
||||||
### 0.5.12 (unreleased)
|
### 0.5.12 (unreleased)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
|
41
docs/060-breaking-changes.rst
Normal file
41
docs/060-breaking-changes.rst
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
********************************
|
||||||
|
Solidity v0.6.0 Breaking Changes
|
||||||
|
********************************
|
||||||
|
|
||||||
|
This section highlights the main breaking changes introduced in Solidity
|
||||||
|
version 0.6.0, along with the reasoning behind the changes and how to update
|
||||||
|
affected code.
|
||||||
|
For the full list check
|
||||||
|
`the release changelog <https://github.com/ethereum/solidity/releases/tag/v0.6.0>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Semantic Only Changes
|
||||||
|
=====================
|
||||||
|
|
||||||
|
This section lists the changes that are semantic-only, thus potentially
|
||||||
|
hiding new and different behavior in existing code.
|
||||||
|
|
||||||
|
|
||||||
|
Semantic and Syntactic Changes
|
||||||
|
==============================
|
||||||
|
|
||||||
|
This section highlights changes that affect syntax and semantics.
|
||||||
|
|
||||||
|
|
||||||
|
How to update your code
|
||||||
|
=======================
|
||||||
|
|
||||||
|
This section gives detailed instructions on how to update prior code for every breaking change.
|
||||||
|
|
||||||
|
|
||||||
|
Deprecated Elements
|
||||||
|
===================
|
||||||
|
|
||||||
|
This section lists changes that deprecate prior features or syntax.
|
||||||
|
|
||||||
|
|
||||||
|
.. _interoperability_060:
|
||||||
|
|
||||||
|
Interoperability With Older Contracts
|
||||||
|
=====================================
|
||||||
|
|
@ -19,3 +19,4 @@ If something is missing here, please contact us on
|
|||||||
assembly.rst
|
assembly.rst
|
||||||
miscellaneous.rst
|
miscellaneous.rst
|
||||||
050-breaking-changes.rst
|
050-breaking-changes.rst
|
||||||
|
060-breaking-changes.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user