Skip to content

Commit

Permalink
Add missing 3.0.0 changelog entries
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 272969a commit 8034f58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

* [BREAKING CHANGE] Remove deprecated `#search` method.
PR [1147](https://github.com/activerecord-hackery/ransack/pull/1147)

* Allow scopes that define string SQL joins.
PR [1225](https://github.com/activerecord-hackery/ransack/pull/1225)

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

Expand All @@ -23,6 +29,9 @@

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

* Evaluate `ransackable_scopes` before attributes when building the query.
PR [759](https://github.com/activerecord-hackery/ransack/pull/759)

## 2.6.0 - 2022-03-08

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

0 comments on commit 8034f58

Please sign in to comment.