Skip to content

Commit

Permalink
Merge pull request #221 from phil-davis/prepare-3.0.0
Browse files Browse the repository at this point in the history
Prepare major version 3.0.0
  • Loading branch information
phil-davis committed Aug 17, 2022
2 parents 542a2e1 + 65e5966 commit 5f9d8c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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 )
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
-------
Expand Down

0 comments on commit 5f9d8c1

Please sign in to comment.