From 51897639c988f76672fed312f61f222645573624 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Wed, 8 Mar 2017 14:58:23 +0100 Subject: [PATCH] Remove wrongly introduced master change logs --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83ec1232..aecb70f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,6 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [3.5.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.4.0...3.5.0) - 2017-03-08 -### Changed -- `MediaController::downloadAction` signature to include Request as first parameter -- `MediaController::viewAction` signature to include Request as first parameter -- `MediaController::liipImagineFilterAction` signature to include Request as first parameter - ### Fixed - Optional dependency to SonataFormatterBundle is now on `^3.2` - Fixed issue when using SonataMediaBundle blocks in conjunction with SonataPageBundle and page composer (Sonata sandbox)