Skip to content

Commit

Permalink
More strongly recommend to use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored and chriseth committed Oct 19, 2021
1 parent 644ddfc commit 121f9c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ With Solidity you can create contracts for uses such as voting, crowdfunding, bl
and multi-signature wallets.

When deploying contracts, you should use the latest released
version of Solidity. This is because breaking changes as well as
new features and bug fixes are introduced regularly. We currently use
version of Solidity. Apart from exceptional cases, only the latest version receives
`security fixes<https://github.com/ethereum/solidity/security/policy#supported-versions>`.
Furthermore, breaking changes as well as
new features are introduced regularly. We currently use
a 0.x version number `to indicate this fast pace of change <https://semver.org/#spec-item-4>`_.

.. warning::
Expand Down

0 comments on commit 121f9c3

Please sign in to comment.