We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080487d commit 8ff1284Copy full SHA for 8ff1284
1 file changed
CHANGELOG.md
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [6.2.0] - 2024-09-20
9
+
10
+### Added
11
12
+* Add support for PHP 8.3
13
+* Add support for psr/http-message 2.x
14
15
+### Changes
16
17
+* Upgrade tests to PHPUnit 11
18
19
+### Removed
20
21
+* Drop support for PHP 8.0 and 8.1
22
23
+## [6.1.0] - 2023-02-22
24
25
26
27
+* Add `has` method to `SessionInterface` #30 #29
28
+* Add PHP 8.2 to build pipeline
29
30
+### Changed
31
32
+* Update docs
33
34
## [6.0.0] - 2022-12-04
35
36
### Changes
0 commit comments