Skip to content

Commit 7663b5c

Browse files
committed
Add changelog
1 parent e565c39 commit 7663b5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG-6.0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ in 6.0 versions.
66

77
### 6.0.0-RC1 (2021-xx-xx)
88

9-
* **[BC break]** Signature of `FOS\ElasticaBundle\Configuration\Source\SourceInterface::getConfiguration()` has changed.
9+
* **[BC break]** Changed signature of `FOS\ElasticaBundle\Configuration\Source\SourceInterface::getConfiguration()`.
10+
* **[BC break]** Changed signature of methods `resetAllIndexes` and `resetIndex` from interface `FOS\ElasticaBundle\Index\ResetterInterface` and its implementations.
1011

1112
### 6.0.0-BETA4 (2021-05-24)
1213

@@ -20,9 +21,9 @@ in 6.0 versions.
2021
* **[BC break]** Marked the `fos_elastica.client_prototype` service as private.
2122
* **[BC break]** Marked the `fos_elastica.index_template_prototype` service as private.
2223
* **[BC break]** Marked all events final and introduced several abstract classes.
23-
* **[BC break]** Signature of `FantaPaginatorAdapter::getNbResults()` has changed.
24-
* **[BC break]** Signature of `FantaPaginatorAdapter::getSlice()` has changed.
25-
* **[BC break]** Signature of `PartialResultsInterface::toArray()`, `PartialResultsInterface::getTotalHits()` and `PartialResultsInterface::getAggregations()` have changed.
24+
* **[BC break]** Changed signature of `FantaPaginatorAdapter::getNbResults()`.
25+
* **[BC break]** Changed signature of `FantaPaginatorAdapter::getSlice()`.
26+
* **[BC break]** Changed signature of `PartialResultsInterface::toArray()`, `PartialResultsInterface::getTotalHits()` and `PartialResultsInterface::getAggregations()`.
2627

2728
### 6.0.0-BETA3 (2020-09-28)
2829

0 commit comments

Comments
 (0)