diff --git a/CHANGELOG.md b/CHANGELOG.md index c896285a4..45d514efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.2](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.0.1...3.0.2) - 2016-06-03 +### Fixed +- Avoid duplicate field in ORDER clause +- Support embedded object for mapping + ## [3.0.1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.0.0...3.0.1) - 2016-05-22 ### Fixed - Added missing default sort by primary key(s).