From 59f2fb70e274b0ba62b43f6002b6375ea401b01f Mon Sep 17 00:00:00 2001 From: Florent Baldino Date: Wed, 17 May 2023 22:38:04 +0200 Subject: [PATCH] Update CHANGELOG for v3.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6656480..f382aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.0] - 2023-05-17 +### Added +- Support of RoadRunner 2023 + +### Removed + +- Deprecated code +- Session integration as Symfony session now natively works +- Support of Symfony 5, PHP version < 8.1 +- `WorkerCommand`, usage of Symfony Runtime is now mandatory + + ## [2.2.3] - 2022-05-29 ### Fixed