From d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e Mon Sep 17 00:00:00 2001 From: Ciaran McNulty Date: Fri, 10 Sep 2021 10:02:12 +0100 Subject: [PATCH] CHangelog update for 1.14.0 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 30ac3fc68..dac6ab9c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +1.14.0 / 2021/09/16 +=================== + +* [added] Support for static closures in will and should [@ntzm] +* [added] Allow install on PHP 8.1 (with test suite fixes) [@javer] +* [added] Support for the 'never' return type [@ciaranmcnulty] +* [fixed] Better error message when doubling intersection return types [@ciaranmcnulty] + 1.13.0 / 2021/03/17 ===================