Skip to content

Commit

Permalink
add a note about new type-hints. See dustin10#829
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jan 29, 2018
1 parent 19326d3 commit fc5ab2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Upgrading from v1.6.0 to 1.8.0
==============================

- we enforced, via type-hinting, as many parameters and return values as we can.
This is _formally_ a BC break, but likely you don't need to change anything in
your code. Anyway, if you implemented an interface or extended a bundle class
with your custom class, you need to check to be consistent with such type hinting.

Upgrading from v1.0.0 to 1.6.0
==============================

Expand Down

0 comments on commit fc5ab2a

Please sign in to comment.