From d0ba103528d0fb8547fe7489a0899c48b4820c89 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 10 Jan 2023 10:01:32 -0600 Subject: [PATCH] docs: changelog for 1.3.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c466285..031b129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.3.0 - 2023-01-10 + +### Added + +- Adds support for psr/container 2.0. + +- Adds support for PHP 8.2. + +### Changed + +- Renames the extra.zf key in the composer.json to extra.laminas. + +### Deprecated + +- Nothing. + +### Removed + +- Removes support for PHP 7.4. + +### Fixed + +- Nothing. + ## 1.2.0 - 2022-01-31 ### Removed