From 08cb80358e5c343a7a63cdb8bbc4b427db59e6c4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 14 Jun 2022 23:08:00 +0200 Subject: [PATCH] Prepare changelog for alpha (#598) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e150f2..8beaf874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0-alpha-1](https://github.com/sonata-project/exporter/compare/2.x...3.0.0-alpha-1) - 2022-06-14 +### Removed +- [[#587](https://github.com/sonata-project/exporter/pull/587)] Support for PHP 7.4 ([@VincentLanglet](https://github.com/VincentLanglet)) + +See UPGRADE-3.0.md for all changes + ## [2.13.0](https://github.com/sonata-project/exporter/compare/2.12.0...2.13.0) - 2022-06-10 ### Deprecated - [[#595](https://github.com/sonata-project/exporter/pull/595)] Passing an instance of `Doctrine\DBAL\Driver\Connection` to `DoctrineDBALConnectionSourceIterator::__construct()` ([@VincentLanglet](https://github.com/VincentLanglet))