diff --git a/docs/index.rst b/docs/index.rst index 0ec500e7f..c359af7a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,10 @@ 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 a 0.x version number `to indicate this fast pace of change `_. +.. warning:: + + Solidity recently released the 0.5.x version that introduced a lot of breaking changes. Make sure you read :doc:`the full list <050-breaking-changes>`. + Language Documentation ----------------------