CHANGELOG.md in ransack-1.8.1 vs CHANGELOG.md in ransack-1.8.2

- old
+ new

@@ -1,6 +1,24 @@ # Change Log +## Version 1.8.2 - 2016-08-08 +### 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 + [#706](https://github.com/activerecord-hackery/ransack/pull/706). + + *amatotsuji* + ## Version 1.8.1 - 2016-07-27 ### Fixed * Fix `rake console` to run a command-line console with ransack + seed data. Commits