diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9777d..a9c80ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [6.1.0] 2024-11 + +### Fixed +- Fixed a bug introduced in 6.0.0 where an array based callable with a string class name would not be considered valid. +- Added some doc comments for clarity on array types. (@marekskopal) + +### Changed +- Updated `psr/http-message` to `^2.0.0`. + ## [6.0.0] 2024-11 > 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. diff --git a/docs/_data/releases.yml b/docs/_data/releases.yml index bc1b358..3d9b23a 100644 --- a/docs/_data/releases.yml +++ b/docs/_data/releases.yml @@ -22,7 +22,7 @@ name: League\Route 6.x type: Current requires: PHP >= 8.1.0 - release: 6.0.0 - 2024-11 + release: 6.1.0 - 2024-11 support: Ongoing url: /6.x/ menu: