mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Update README and change log, bump version to 1.6.2
[skip ci]
This commit is contained in:
parent
ca23787dc3
commit
c11f7bac12
3 changed files with 14 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,8 +1,18 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## Version 1.6.2 - 2015-01-14
|
||||||
|
|
||||||
|
* Fix a regression
|
||||||
|
([#494](https://github.com/activerecord-hackery/ransack/issues/494))
|
||||||
|
where passing an array of routes of `search_form_for` no longer worked,
|
||||||
|
and add a failing/passing test that would have caught the issue.
|
||||||
|
|
||||||
|
*Daniel Rikowski*, *Jon Atack*
|
||||||
|
|
||||||
|
|
||||||
## Version 1.6.1 - 2015-01-14
|
## 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.
|
* Fix a regression with using `in` predicates caused by PR [#488](https://github.com/activerecord-hackery/ransack/pull/488)) and add a test.
|
||||||
|
|
||||||
* README improvements to clarify `sort_link` syntax with associations and
|
* README improvements to clarify `sort_link` syntax with associations and
|
||||||
Ransack#search vs #ransack.
|
Ransack#search vs #ransack.
|
||||||
|
|
|
@ -27,7 +27,8 @@ instead.
|
||||||
If you're viewing this at
|
If you're viewing this at
|
||||||
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
|
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
|
||||||
you're reading the documentation for the master branch with the latest features.
|
you're reading the documentation for the master branch with the latest features.
|
||||||
[View documentation for the last release (1.6.0).](https://github.com/activerecord-hackery/ransack/tree/v1.6.1)
|
[View documentation for the last release (1.6.2).]
|
||||||
|
(https://github.com/activerecord-hackery/ransack/tree/v1.6.2)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Ransack
|
module Ransack
|
||||||
VERSION = "1.6.1"
|
VERSION = "1.6.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue