Skip to content

Commit

Permalink
Fixed changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed Mar 30, 2017
1 parent 96cbc7e commit 53a3daa
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ CHANGELOG for 3.2.x
This changelog references the relevant changes (bug and security fixes) done
in 3.2 versions.

* 3.2.3 (2017-xx-xx)
### 3.2.3 (2017-xx-xx)

* Fixed service priority when registering providers
* Fixed service priority when registering providers

* 3.2.2 (2017-01-25)
### 3.2.2 (2017-01-25)

* Fixed `Resetter::resetIndexType` on Elasticsearch 1.x
* Fixed `Resetter::resetIndexType` on Elasticsearch 1.x

* 3.2.1 (2016-10-04)
### 3.2.1 (2016-10-04)

* Restored and deprecated `immediate` option
* Restored and deprecated `immediate` option

* 3.2.0 (2016-08-04)
### 3.2.0 (2016-08-04)

* Allow driverless type definitions #953
* Change Elastica constraints to allow ~2.1 as Elastica now follows semver
* Add support for the [dynamic](https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html) setting in mapping
* Fixed PropelCollection to array casting error #992
* Allow set retryOnConflict per connection
* New event `PRE_TRANSFORM` which allows developers to modify objects before
transformation into documents for indexing
* Introduce `serialize_null` option for Serializer
* Ability to specify custom connection settings for functional tests
* Doctrine: possible to use hints when hydrating objects
* Resolved Propel configuration
* Add Elastica compression option
* Add support for `defaultSortFieldName` and `defaultSortDirection` pagination options
* Removed `immediate` option on type persistence configuration
* Enable pagination of hybrid results
* Add Symfony Serializer support
* Allow driverless type definitions #953
* Change Elastica constraints to allow ~2.1 as Elastica now follows semver
* Add support for the [dynamic](https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html) setting in mapping
* Fixed PropelCollection to array casting error #992
* Allow set retryOnConflict per connection
* New event `PRE_TRANSFORM` which allows developers to modify objects before
transformation into documents for indexing
* Introduce `serialize_null` option for Serializer
* Ability to specify custom connection settings for functional tests
* Doctrine: possible to use hints when hydrating objects
* Resolved Propel configuration
* Add Elastica compression option
* Add support for `defaultSortFieldName` and `defaultSortDirection` pagination options
* Removed `immediate` option on type persistence configuration
* Enable pagination of hybrid results
* Add Symfony Serializer support

0 comments on commit 53a3daa

Please sign in to comment.