You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [6.1.0] 2024-11
8
+
9
+
### Fixed
10
+
- Fixed a bug introduced in 6.0.0 where an array based callable with a string class name would not be considered valid.
11
+
- Added some doc comments for clarity on array types. (@marekskopal)
12
+
13
+
### Changed
14
+
- Updated `psr/http-message` to `^2.0.0`.
15
+
7
16
## [6.0.0] 2024-11
8
17
9
18
> Note: While this is a major release, there are no breaking changes to the public API. The major version bump is due to the removal of support for PHP 8.0 and below.
0 commit comments