From d63a6943fc4fd1a2aedb65994e3548715105abcf Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Thu, 19 Dec 2019 17:51:41 +0000 Subject: [PATCH] ## 3.2.7 - 2019-12-19 ### Fixes - Reinstated the `@method` return type for `Assert\LazyAssertion` methods to show that the return type is `LazyAssertion`. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd187f2..05570ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## 3.2.7 - 2019-12-19 + +### Fixes +- Reinstated the `@method` return type for `Assert\LazyAssertion` methods to show that the return type is `LazyAssertion`. + ## 3.2.6 - 2019-10-10 ### Fixes