File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Version 1.6.2 - 2015-01-14
4+
5+ * Fix a regression
6+ ([ #494 ] ( https://github.com/activerecord-hackery/ransack/issues/494 ) )
7+ where passing an array of routes of ` search_form_for ` no longer worked,
8+ and add a failing/passing test that would have caught the issue.
9+
10+ * Daniel Rikowski* , * Jon Atack*
11+
12+
313## Version 1.6.1 - 2015-01-14
414
5- * Fix a regression with using ` in ` predicates caused by PR [ #488 ] ( https://github.com/activerecord-hackery/ransack/pull/488 ) ). Add a test.
15+ * Fix a regression with using ` in ` predicates caused by PR [ #488 ] ( https://github.com/activerecord-hackery/ransack/pull/488 ) ) and add a test.
616
717* README improvements to clarify ` sort_link ` syntax with associations and
818 Ransack#search vs #ransack.
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ instead.
2727If you're viewing this at
2828[ github.com/activerecord-hackery/ransack] ( https://github.com/activerecord-hackery/ransack ) ,
2929you're reading the documentation for the master branch with the latest features.
30- [ View documentation for the last release (1.6.0).] ( https://github.com/activerecord-hackery/ransack/tree/v1.6.1 )
30+ [ View documentation for the last release (1.6.2).]
31+ (https://github.com/activerecord-hackery/ransack/tree/v1.6.2 )
3132
3233## Getting started
3334
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = "1.6.1 "
2+ VERSION = "1.6.2 "
33end
You can’t perform that action at this time.
0 commit comments