Update change log [skip ci]

This commit is contained in:
Jon Atack 2016-08-08 16:27:53 +02:00
parent 6e004ec938
commit 4e7d534578
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
# Change Log
## Unreleased
### Fixed
* Fix empty attribute_fields regression in advanced search mode introduced by
[235eae3](https://github.com/activerecord-hackery/ransack/commit/235eae3).
Closes
[#701](https://github.com/activerecord-hackery/ransack/issues/701). Commit
[2839acf](https://github.com/activerecord-hackery/ransack/commit/2839acf).
*Jon Atack, Jay Dorsey, Stefan Haslinger, Igor Kasyanchuk*
### Added
* Add `sort_url` view helper that returns only the url of a `sort_link`. PR