From 65e5966dac660b00a180de2d82532ce9f22b207b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 17 Aug 2022 15:27:00 +0545 Subject: [PATCH] Prepare major version 3.0.0 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6340bdc..ee694cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ChangeLog ========= +3.0.0 (2022-08-17) +------------------ +* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis ) +* #219 Update .gitattributes ( @cedric-anne ) +* #217 Declare types ( @staabm ) +* #213 added phpstan types to deserializer functions ( @staabm ) +* #214 update phpstan 1.x ( @staabm ) + 2.2.5 (2021-11-04) ------------------ * #210 version bump that was missed in 2.2.4 ( @phil-davis ) diff --git a/README.md b/README.md index 55af24f..1e56c00 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Documentation * [Reading XML](http://sabre.io/xml/reading/). * [Writing XML](http://sabre.io/xml/writing/). +Major version 3 implements type declarations for input parameters, function returns, variables etc. It supports PHP 7.4 and PHP 8. When you upgrade to major version 3, if you extend classes etc., then you will need to make similar type declarations in your code. Support -------