Add missing 3.0.0 changelog entries

This commit is contained in:
David Rodríguez 2022-03-30 15:20:54 +02:00 committed by Sean Carroll
parent 272969ad03
commit 8034f58a77
1 changed files with 9 additions and 0 deletions

View File

@ -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)
@ -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.