From 12f984f80438c7ea0494d241948e845a383e0b42 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 21 Mar 2021 22:45:40 +0100 Subject: [PATCH] 3.5.2 (#781) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4908035..5f9682bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.5.2](https://github.com/sonata-project/ecommerce/compare/3.5.1...3.5.2) - 2021-03-21 +### Changed +- [[#773](https://github.com/sonata-project/ecommerce/pull/773)] Change usage of `Symfony\Bridge\Doctrine\RegistryInterface` into `Doctrine\Persistence\ManagerRegistry` (BC) ([@wbloszyk](https://github.com/wbloszyk)) + ## [3.5.1](https://github.com/sonata-project/ecommerce/compare/3.5.0...3.5.1) - 2021-02-16 ### Changed - [[#771](https://github.com/sonata-project/ecommerce/pull/771)] Change usage of `Symfony\Bridge\Doctrine\RegistryInterface` into `Doctrine\Persistence\ManagerRegistry` (BC) ([@wbloszyk](https://github.com/wbloszyk))