CHANGELOG.md in ransack-1.6.0 vs CHANGELOG.md in ransack-1.6.1
- old
+ new
@@ -1,7 +1,19 @@
# 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
* Add support for using Ransack with `Mongoid 4.0` without associations
([PR #407](https://github.com/activerecord-hackery/ransack/pull/407)).
@@ -86,9 +98,10 @@
code examples. Enabling the `#search` alias by default may possibly be
deprecated in the next major release (Ransack v.2.0.0) to address
[#369](https://github.com/activerecord-hackery/ransack/issues/369).
*Jon Atack*
+
## Version 1.5.1 - 2014-10-30
### Fixed
* Fix a regression caused by incorrect string constants in `context.rb`.