Skip to content

Commit

Permalink
Preparting 3.2.2 release (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored Aug 23, 2016
1 parent 4237d1a commit 1aa1b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# 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/3.2.1...HEAD)
## [Unreleased](https://github.com/ruflin/Elastica/compare/3.2.2...HEAD)

### Backward Compatibility Fixes

### Bugfixes

### Added

### Improvements

## Deprecated

## [3.2.2](https://github.com/ruflin/Elastica/compare/3.2.1...3.2.2)

### Backward Compatibility Fixes

Expand Down
2 changes: 1 addition & 1 deletion lib/Elastica/Query/Ids.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function setType($type)
return $this;
}

$this->_params['type'] = (array)$type;
$this->_params['type'] = (array) $type;

return $this;
}
Expand Down

0 comments on commit 1aa1b70

Please sign in to comment.