Skip to content

Commit

Permalink
+ 4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Feb 13, 2014
1 parent aac92bf commit d40bec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 4.20.1

###### [Server](https://github.com/floere/picky/tree/master/server)

- Explicitly allow `FalseClass` and `String` instances on `Index#stopwords` and `Search#stopwords`.
- Explicitly allow `FalseClass` instances on `Index#remove_characters` and `Search#removes_characters`.

## 4.20.0

###### [Server](https://github.com/floere/picky/tree/master/server)
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module Picky
VERSION = '4.20.0'
VERSION = '4.20.1'
end

0 comments on commit d40bec2

Please sign in to comment.