From 965633eab7189c12bce0ea8d65e5aa1f03890cae Mon Sep 17 00:00:00 2001 From: Ruflin Date: Sat, 17 Oct 2015 18:57:25 -0700 Subject: [PATCH 1/2] Add release notes --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 From ad10595098ab169f80d43b60012f8a7ef95d2480 Mon Sep 17 00:00:00 2001 From: Ruflin Date: Mon, 19 Oct 2015 08:52:45 +0200 Subject: [PATCH 2/2] Apply liniting --- test/lib/Elastica/Test/Base.php | 1 - 1 file changed, 1 deletion(-) 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 @@