diff --git a/CHANGELOG.md b/CHANGELOG.md index ade0e2a..930f912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,16 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.13.0 - 2024-11-07 +## 2.13.0 - TBD ### Added -- Nothing. +- Adds support for PHP 8.4. ### Changed +- Bumps the laminas/laminas-diactoros minimum supported version to 3.3.0. + - [#121](https://github.com/phly/keep-a-changelog/pull/121) updates the symfony/console dependency to allow version 7 releases. (Contributed by [fezfez](https://github.com/fezfez)) ### Deprecated @@ -18,6 +20,8 @@ All notable changes to this project will be documented in this file, in reverse ### Removed +- Removes support for PHP versions older than 8.1.0. + - Removes support for PHP versions prior to PHP 8.1. ### Fixed