Update the changelog for 3.0.9

This commit is contained in:
Christophe Coevoet 2015-03-12 17:54:08 +01:00
parent f72c51503a
commit b6c252aac3
1 changed files with 5 additions and 0 deletions

View File

@ -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