Skip to content

Commit

Permalink
Add PR links to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and scarroll32 committed Mar 30, 2022
1 parent a02daba commit 272969a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* Improve `sort_link` documentation.
PR [1290](https://github.com/activerecord-hackery/ransack/pull/1290)

* Deprecate passing two trailing hashes to `sort_link`, for example:

Expand All @@ -11,6 +12,7 @@
```

Pass a single hash with all options instead.
PR [1289](https://github.com/activerecord-hackery/ransack/pull/1289)

* Fix `:class` option to `sort_link` not being passed to the generated link
correctly when no additional options are passed. For example:
Expand All @@ -19,6 +21,8 @@
sort_link(@q, :bussiness_name, class: "foo")
```

PR [1288](https://github.com/activerecord-hackery/ransack/pull/1288)

## 2.6.0 - 2022-03-08

* Fix regression when joining a table with itself.
Expand Down

0 comments on commit 272969a

Please sign in to comment.