Skip to content

Commit c11f7ba

Browse files
committed
Update README and change log, bump version to 1.6.2
[skip ci]
1 parent ca23787 commit c11f7ba

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ instead.
2727
If you're viewing this at
2828
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
2929
you'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

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = "1.6.1"
2+
VERSION = "1.6.2"
33
end

0 commit comments

Comments
 (0)