CHANGELOG in actionset-0.3.0 vs CHANGELOG in actionset-0.3.1
- old
+ new
@@ -1,4 +1,7 @@
+v 0.3.1
+ - Change the name of the view helper method from `sort_link` to `sort_link_for`
+ - Change the name of the view helper method from `paginate` to `pagination_links_for`
v 0.3.0
- Add a `paginate_set` method that is a part of the `process_set` chain now
- Add `paginate` view helper for rendering a pagination navigation
v 0.2.1
- Extract the `set_filters_ivar` method so that app controllers can use it in a before action for filter forms that are present on multiple actions