From b6c252aac3f68324a980bbcf14b75de544a59997 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 12 Mar 2015 17:54:08 +0100 Subject: [PATCH] Update the changelog for 3.0.9 --- CHANGELOG-3.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-3.0.md b/CHANGELOG-3.0.md index 973269d..57ca45c 100644 --- a/CHANGELOG-3.0.md +++ b/CHANGELOG-3.0.md @@ -12,6 +12,11 @@ https://github.com/FriendsOfSymfony/FOSElasticaBundle/compare/v3.0.0...v3.0.1 To generate a changelog summary since the last version, run `git log --no-merges --oneline v3.0.0...3.0.x` +* 3.0.9 (2015-03-12) + + * Fix a bug in the BC layer of the type configuration for empty configs + * Fix the service definition for the Doctrine listener when the logger is not enabled + * 3.0.8 (2014-01-31) * Fixed handling of empty indexes #760