Update change log with PR #602 [skip ci]

This commit is contained in:
Jon Atack 2015-12-04 00:46:54 +01:00
parent 8e21298bf4
commit d2e4be4036
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
### Fixed
* Fix using aliased attributes in association searches, and add a failing
spec. PR [#602](https://github.com/activerecord-hackery/ransack/pull/602).
*Marten Schilstra*
* Replace Active Record `table_exists?` API that was deprecated
[here](https://github.com/rails/rails/commit/152b85f) in Rails 5. Commit
[c9d2297](https://github.com/activerecord-hackery/ransack/commit/c9d2297).