From fc5ab2aac29b92fef146ada3fee00169741ab776 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Mon, 29 Jan 2018 18:11:53 +0100 Subject: [PATCH] add a note about new type-hints. See #829 --- UPGRADE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 89884ce5..56c9bb28 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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 ==============================