Skip to content

Commit 863a0d3

Browse files
authored
Merge pull request #12093 from fulldecent/patch-23
More strongly recommend to use the latest version
2 parents 644ddfc + 121f9c3 commit 863a0d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ With Solidity you can create contracts for uses such as voting, crowdfunding, bl
1717
and multi-signature wallets.
1818

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

2426
.. warning::

0 commit comments

Comments
 (0)