diff --git a/CHANGELOG.md b/CHANGELOG.md index c067c46cc1..670f659232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/test/lib/Elastica/Test/Base.php b/test/lib/Elastica/Test/Base.php index 51200f8229..f4c64d047b 100644 --- a/test/lib/Elastica/Test/Base.php +++ b/test/lib/Elastica/Test/Base.php @@ -1,5 +1,4 @@