Skip to content

Commit 9a8fa6c

Browse files
committed
6.1.0 Release prep
1 parent f63e8b0 commit 9a8fa6c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
716
## [6.0.0] 2024-11
817

918
> 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.

docs/_data/releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name: League\Route 6.x
2323
type: Current
2424
requires: PHP >= 8.1.0
25-
release: 6.0.0 - 2024-11
25+
release: 6.1.0 - 2024-11
2626
support: Ongoing
2727
url: /6.x/
2828
menu:

0 commit comments

Comments
 (0)