Skip to content

Commit

Permalink
Prepare 6.0.2 release (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored May 29, 2018
1 parent 961e91a commit 8a6a3b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Change Log
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/).


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

### Backward Compatibility Breaks

### Bugfixes

### Added

### Improvements

### Deprecated


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

### Added

* Added support for pipeline when indexing document. [#1455](https://github.com/ruflin/Elastica/pull/1455)
* Added support for multiple bucket sort orders for aggregations. [#1480](https://github.com/ruflin/Elastica/pull/1480)
* Added basic support for the Elasticsearch Task Api
Expand All @@ -20,8 +28,6 @@ All notable changes to this project will be documented in this file based on the
* Use `source` script field instead of deprecated (since ES 5.6) `inline` field. [#1497](https://github.com/ruflin/Elastica/pull/1497)
* Updated Elasticsearch testing version to 6.2.4. [#1501](https://github.com/ruflin/Elastica/pull/1501)

### Deprecated


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

Expand Down
2 changes: 1 addition & 1 deletion test/Elastica/ClusterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testGetNodeNames()
$rawNodeNames[] = $rawNode['name'];
}

$this->assertEquals($rawNodeNames, $cluster->getNodeNames());
$this->assertEquals(asort($rawNodeNames), asort($cluster->getNodeNames()));
}

/**
Expand Down

0 comments on commit 8a6a3b2

Please sign in to comment.