[skip ci] Update change log

This commit is contained in:
Jon Atack 2015-03-24 22:43:44 +05:30
parent f78e34fa44
commit 542bde646e
1 changed files with 13 additions and 1 deletions

View File

@ -1,10 +1,22 @@
# Change Log
* Allowing `:wants_array` to be set to `false` in the predicate options.
## Unreleased
* Allow `:wants_array` to be set to `false` in the predicate options.
([#32](https://github.com/activerecord-hackery/ransack/issues/32))
*Michael Pavling*
* [WIP/experimental] Fix compatibility with Rails 5/master and Arel 7.
*Jon Atack*
* Stop relying on Active Record::relation#where_values which are deprecated
in Rails 5.
*Jon Atack*
## Version 1.6.4 - 2015-03-20
* ActionView patch to maintain compatibility with Rails 4.2.1 released today.