Update docs/060-breaking-changes.rst

Co-Authored-By: Bhargava Shastry <bhargava.shastry@ethereum.org>
This commit is contained in:
chriseth
2019-12-12 20:05:37 +01:00
committed by GitHub
co-authored by Bhargava Shastry
parent 9da57ee791
commit 3438a8d498
+1 -1
View File
@@ -86,7 +86,7 @@ New Features
============
This section lists things that were not possible prior to Solidity 0.6.0
or at least more difficult.
or at least were more difficult to achieve prior to Solidity 0.6.0.
* The :ref:`try/catch statement <try-catch>` allows you to react on failed external calls.
* ``struct`` and ``enum`` types can be declared at file level.