Skip to content

Commit 1d63a71

Browse files
committed
Update changes.txt file for release
1 parent c2411e3 commit 1d63a71

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

changes.txt

+24-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
CHANGES
2+
3+
2015-05-11
4+
- Add testing on PHP 7 on Travis #826
5+
26
2015-05-06
3-
- add Elastica\Util::reindex function by scan and bulk way http://www.elastic.co/guide/en/elasticsearch/guide/master/reindex.html
7+
- Add Elastica\Util::reindex function by scan and bulk way http://www.elastic.co/guide/en/elasticsearch/guide/master/reindex.html #829 #931
48

59
2015-04-23
610
- Allow bool in Query::setSource function #818 http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html
711
- Fix empty bool query to act as match all query #817
812

913
2015-04-15
10-
- deleteByQuery() implemented in Elastica\Index
14+
- deleteByQuery() implemented in Elastica\Index #816
15+
16+
2015-04-11
17+
- Add MLT query against documents #814
1118

1219
2015-04-09
1320
- Added Elastica\Query\SimpleQueryString::setMinimumShouldMatch
@@ -17,29 +24,39 @@ CHANGES
1724
2015-04-08
1825
- Added new methods to Elastica\Aggregation\DateHistogram: setOffset, setTimezone
1926
- Following methods in Elastica\Aggregation\DateHistogram marked as deprecated: setPreOffset, setPostOffset, setPreZone, setPostZone, setPreZoneAdjustLargeInterval
27+
- Add Elastica\Facet\DateHistogram::setFactor() #806
2028

2129
2015-04-07
2230
- [BC break] Elastica\Query\QueryString::setLowercaseExpandedTerms removed
2331
- Added Elastica\Query\QueryString::setTimezone
2432

2533
2015-04-06
26-
- Update Elasticsearch version to 1.5
34+
- Update Elasticsearch version to 1.5 #813
2735
- Added deprecation notice to Elastica\Transport\Thrift, Elastica\Transport\Memcached and Elastica\Type::deleteByQuery
2836

37+
2015-04-03
38+
- Add .editorconfig #807
39+
2940
2015-03-29
30-
- Added Elastica\Suggest\Completion
41+
- Added Elastica\Suggest\Completion #808
42+
- Fix elasticsearch links to elastic domain #809
3143

3244
2015-03-12
3345
- Fixed short match construction in query DSL #796
46+
- Index optimize method to return Response object. #797
47+
48+
2015-03-04
49+
- Escape new symbols in Util::escapeTerm #795
3450

3551
2015-02-22
36-
- Added Elastica\Query\Image
52+
- Added Elastica\Query\Image #787
3753

3854
2015-02-21
3955
- Add Scrutinizer Code Quality status badge
56+
- Fix fluent interface inconsistency #788
4057

4158
2015-02-18
42-
- Added support for percentiles aggregation
59+
- Added support for percentiles aggregation #786
4360

4461
2015-02-17
4562
- Release v1.4.3.0
@@ -274,7 +291,7 @@ CHANGES
274291
2014-04-09
275292
- Added Cardinality aggregation #581
276293

277-
2014-04-7
294+
2014-04-07
278295
- Support for Terms filter lookup options #579
279296

280297
2014-03-29

0 commit comments

Comments
 (0)