Skip to content

Commit 333dff6

Browse files
authored
Prepare release 6.1.1 (#1602)
1 parent b300234 commit 333dff6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Change Log
22
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).
33

4-
## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.0...master)
4+
## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.1...master)
55

66
### Backward Compatibility Breaks
77

88
### Bugfixes
99

1010
### Added
1111

12+
### Improvements
13+
14+
### Deprecated
15+
16+
## [Unreleased](https://github.com/ruflin/Elastica/compare/6.1.0...6.1.1)
17+
18+
### Added
19+
1220
* Added `BucketSelector` aggregation [#1554](https://github.com/ruflin/Elastica/pull/1554)
1321
* Added `DerivativeAggregation` [#1553](https://github.com/ruflin/Elastica/pull/1553)
1422
* The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
@@ -18,8 +26,6 @@ All notable changes to this project will be documented in this file based on the
1826

1927
* Reduced memory footprint of response by not keeping the raw JSON data when JSON after JSON has been parsed. [#1588](https://github.com/ruflin/Elastica/pull/1588)
2028

21-
### Deprecated
22-
2329
## [6.1.0](https://github.com/ruflin/Elastica/compare/6.0.2...6.1.0)
2430

2531
### Backward Compatibility Breaks
@@ -59,7 +65,7 @@ All notable changes to this project will be documented in this file based on the
5965
"number_of_significant_value_digits" : 3
6066
}
6167
```
62-
68+
6369
* Never implemented the method *Missing* on [`Aggregation\Percentiles`](https://www.elastic.co/guide/en/elasticsearch/reference/6.4/search-aggregations-metrics-percentile-aggregation.html) [#1532](https://github.com/ruflin/Elastica/pull/1532)
6470

6571
## [6.0.2](https://github.com/ruflin/Elastica/compare/6.0.1...6.0.2)

0 commit comments

Comments
 (0)