Skip to content

Commit

Permalink
Merge pull request #961 from ruflin/release-2.3.1
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
ruflin committed Oct 19, 2015
2 parents 51eeb9c + ad10595 commit 0df1d7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# 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/2.3.0...HEAD)

## [Unreleased](https://github.com/ruflin/Elastica/compare/2.3.1...HEAD)

### Backward Compatibility Breaks

### Bugfixes

### Added

### Improvements

### Deprecated


## [2.3.1](https://github.com/ruflin/Elastica/releases/tag/2.3.1) - 2015-10-17

### Bugfixes
- Filters aggregation: empty name is named bucket #935
- Prevent mix keys in filters (#936) #939
Expand All @@ -22,6 +34,7 @@ All notable changes to this project will be documented in this file based on the
### Deprecated
- Added exceptions of deprecated transports to deprecation list


## [2.3.0](https://github.com/ruflin/Elastica/releases/tag/2.3.0) - 2015-09-15


Expand Down
1 change: 0 additions & 1 deletion test/lib/Elastica/Test/Base.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

namespace Elastica\Test;

use Elastica\Client;
Expand Down

0 comments on commit 0df1d7b

Please sign in to comment.