CHANGELOG.md in ajax_pagination-0.5.0 vs CHANGELOG.md in ajax_pagination-0.5.1
- old
+ new
@@ -1,4 +1,8 @@
+## v0.5.1
+* Added generator for assets (so asset pipeline is no longer required).
+* Added tests for a Rails 3.0.x application.
+
## v0.5.0
This release has no new features, however, it is backwards incompatible because several methods have been renamed for clarity.
The new method names are ajax_respond in the controller instead of ajax_pagination, ajax_section in the view instead of ajax_pagination, ajax_loadzone instead of ajax_pagination_loadzone, and ajax_section_displayed? instead of ajax_pagination_displayed?.