Skip to content

Commit

Permalink
Add note regarding stricter return statement checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Apr 5, 2019
1 parent 5319aaf commit 8310b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Following the principles and goals, Vyper **does not** provide the following fea
Compatibility-breaking Changelog
********************************

* **2019.04.05**: Add stricter checking of unbalanced return statements. (`#590 <https://github.com/ethereum/vyper/issues/590>`_)
* **2019.03.04**: `create_with_code_of` has been renamed to `create_forwarder_to`. (`#1177 <https://github.com/ethereum/vyper/issues/1177>`_)
* **2019.02.14**: Assigning a persistent contract address can only be done using the `bar_contact = ERC20(<address>)` syntax.
* **2019.02.12**: ERC20 interface has to be imported using `from vyper.interfaces import ERC20` to use.
Expand Down

0 comments on commit 8310b8d

Please sign in to comment.