update changelog

This commit is contained in:
Greg Molnar 2018-08-09 08:58:32 +02:00
parent 9695bd0636
commit 737f4577f3
1 changed files with 25 additions and 4 deletions

View File

@ -1,9 +1,30 @@
# Change Log
## Version 2.0.0 - unreleased
* Add support for Active Record 5.2.1
PR [#938](https://github.com/activerecord-hackery/ransack/pull/938)
* Fix sort with joins on existing association
PR [#937](https://github.com/activerecord-hackery/ransack/pull/937)
* Add the ability to skip arg sanitization on a per scope basis. Using
`ransackable_scopes_skip_sanitize_args`, users can define a list of
scopes which will bypass parameter sanitization. This allows passing 0,
1, t, f, etc. to a scope as an actual parameter.
PR [#933](https://github.com/activerecord-hackery/ransack/pull/933)
* Drop support for Active Record < 5.0.
PR [#929](https://github.com/activerecord-hackery/ransack/pull/929)
* Extract mongoid support to a separate gem.
PR [#928](https://github.com/activerecord-hackery/ransack/pull/928)
* Absorb polyamorous
PR [#927](https://github.com/activerecord-hackery/ransack/pull/927)
* Fix broken monkey patch of #form_with
PR [#922](https://github.com/activerecord-hackery/ransack/pull/922)
## Version 1.8.8 - 2018-03-16
* Fix multiple database support