We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3092f75 commit 922cec2Copy full SHA for 922cec2
CHANGELOG.md
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [v3.0.0] - 2024-02-06
8
+This version drops support for older PHPs, adds stricter types internally, and fixes some bugs.
9
+
10
### Changed
11
- Support for PHP 7.4 and 8.0 has been dropped. Please use v2.0.0 if you need to use this with an older version of PHP.
12
- Types have been added for all properties, method parameters, and method returns.
0 commit comments