Update change log [skip ci]

This commit is contained in:
jonatack 2015-01-14 13:32:39 +01:00
parent b20ebb7e59
commit 9568bf1b8b
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,17 @@
# Change Log
## Version 1.6.1 - 2015-01-14
* Fix a regression with using `in` predicates caused by PR [#488](https://github.com/activerecord-hackery/ransack/pull/488)). Add a test.
* README improvements to clarify `sort_link` syntax with associations and
Ransack#search vs #ransack.
* Default the Gemfile to Rails 4-2-stable.
*Jon Atack*
## Version 1.6.0 - 2015-01-12
### Added
@ -89,6 +101,7 @@
*Jon Atack*
## Version 1.5.1 - 2014-10-30
### Fixed