From 128f02b9ae51a372ee9f0d970bdd50d9ddc6db15 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 12 Feb 2021 23:27:37 +0100 Subject: [PATCH] 3.17 (#712) --- CHANGELOG.md | 7 +++++++ UPGRADE-3.x.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2ddfc5..0092f08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.17.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.16.0...3.17.0) - 2021-02-12 +### Added +- [[#711](https://github.com/sonata-project/SonataNewsBundle/pull/711)] Support for "symfony/mailer" in `Sonata\NewsBundle\Mailer\Mailer`. ([@wbloszyk](https://github.com/wbloszyk)) + +### Deprecated +- [[#711](https://github.com/sonata-project/SonataNewsBundle/pull/711)] Support for "swiftmailer/swiftmailer" in `Sonata\NewsBundle\Mailer\Mailer`. ([@wbloszyk](https://github.com/wbloszyk)) + ## [3.16.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.15.0...3.16.0) - 2020-12-05 ### Added - [[#678](https://github.com/sonata-project/SonataNewsBundle/pull/678)] Addded support for `doctrine/persistence` 2 ([@core23](https://github.com/core23)) diff --git a/UPGRADE-3.x.md b/UPGRADE-3.x.md index 831915b8..b2449065 100644 --- a/UPGRADE-3.x.md +++ b/UPGRADE-3.x.md @@ -1,8 +1,8 @@ UPGRADE 3.x =========== -UPGRADE FROM 3.x to 3.x -======================= +UPGRADE FROM 3.16 to 3.17 +========================= ### Sonata\NewsBundle\Mailer\Mailer