Update changelog with #486 [skip ci]

This commit is contained in:
Idean Labib 2015-01-04 10:14:25 -08:00
parent 9631f1de85
commit 49328dc66c
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ henceforth should be documented here.
### Fixed
* Fix passing in arrays for custom ransackers searching by id, to improve
compatibility with Rails 4.2 (Arel 6.0).
([pull request](https://github.com/activerecord-hackery/ransack/pull/486))
*Idean Labib*
* Make `search_form_for`'s default `:as` option respect the custom search key
if it has been set
([pull request](https://github.com/activerecord-hackery/ransack/pull/470)).