From 6798afdaa64523fa031b514fd1c45a68875c23e2 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Fri, 3 Jun 2016 09:58:48 +0200 Subject: [PATCH] Changelog for v3.0.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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).