From 6c52c2722f8460122f96f86346600e1077ce22cb Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 21 Nov 2016 15:58:47 +0100 Subject: [PATCH] Update the changelog for 1.6.2 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 444c1fa6c..81a19884a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +1.6.2 / 2016-11-21 +================== + +* Added support for detecting @method on interfaces that the class itself implements, or when the stubbed class is an interface itself (thanks @Seldaek) +* Added support for sebastian/recursion-context 2 (thanks @sebastianbergmann) +* Added testing on PHP 7.1 on Travis (thanks @danizord) +* Fixed the usage of the phpunit comparator (thanks @Anyqax) + 1.6.1 / 2016-06-07 ==================