Skip to content

Commit ead85bf

Browse files
committed
Added upgrade of Kaminari to the CHANGELOG
1 parent 94385a7 commit ead85bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ since we've changed both the CSS and JS files.
6262
* [#711][]: Active admin now depends on Bourbon > 1.0.0. If you're using Rails
6363
3.0.x, make sure to run `rails generate active_admin:assets` to ensure you
6464
have the correct css files ([@mattvague][])
65+
* [#869][]: Upgraded Kaminari to >= 0.13.0 and added support for
66+
`Kaminari.config.page_method_name`. Active Admin should now be happy if
67+
`will_paginate` is installed with it. ([@j][]-manu)
6568

6669
### Contributors
6770

@@ -408,6 +411,7 @@ of the highlights. 250 commits. Enough said.
408411
[#751]: https://github.com/gregbell/active_admin/issues/751
409412
[#758]: https://github.com/gregbell/active_admin/issues/758
410413
[#780]: https://github.com/gregbell/active_admin/issues/780
414+
[#869]: https://github.com/gregbell/active_admin/issues/869
411415
[@DMajrekar]: https://github.com/DMajrekar
412416
[@ZequeZ]: https://github.com/ZequeZ
413417
[@bobbytables]: https://github.com/bobbytables
@@ -419,6 +423,7 @@ of the highlights. 250 commits. Enough said.
419423
[@fbuenemann]: https://github.com/fbuenemann
420424
[@george]: https://github.com/george
421425
[@gregbell]: https://github.com/gregbell
426+
[@j]: https://github.com/j
422427
[@jbarket]: https://github.com/jbarket
423428
[@knoopx]: https://github.com/knoopx
424429
[@krug]: https://github.com/krug

0 commit comments

Comments
 (0)