diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f449e1cb..eb7345fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.2.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.1.0...3.2.0) - 2016-08-18 +### Added +- Created `getReferenceUrl` method for all video providers +- Add parameter to specify aws_sdk version + +### Changed +- Allow `knplabs/gaufrette` `^0.2` +- Update configuration and metadatabuilder to comply with AWS SDK 3.x + +### Fixed +- Fixed wrong block inheritance in edit template +- Fixed wrong html usage in edit template +- Fixed loop in `Pool::getDownloadSecurity` +- Fixed deprecated call of `downloadSecurity` in `Resources/views/MediaAdmin/edit.html.twig` template. + ## [3.1.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.0.0...3.1.0) - 2016-07-22 ### Added - Added `Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber::onClear` to clear the `rootCategories` cache when the EntityManager is cleared