1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

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

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.