diff --git a/CHANGELOG-3.0.md b/CHANGELOG-3.0.md index 1a4902365..3b9b2ac0b 100644 --- a/CHANGELOG-3.0.md +++ b/CHANGELOG-3.0.md @@ -12,10 +12,12 @@ 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.6 (Unreleased) +* 3.0.6 (2015-01-04) - * Removed unused public image asset for the web development toolbar - * Fixed is_indexable_callback BC code to support array notation + * Removed unused public image asset for the web development toolbar #742 + * Fixed is_indexable_callback BC code to support array notation #761 + * Fixed debug_logger for type providers #724 + * Clean the OM if we filter away the entire batch #737 * 3.0.0-ALPHA6