From 01fe46c2b48acd1bf376a2efe4fb3fef6a053256 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 17 Feb 2011 11:53:24 +0900 Subject: [PATCH] documentation --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ac05f7b..99f35e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +== 0.9.12 + +* Moved the whole pagination logic to the paginator partial so that users can +touch it + Note: You need to update your _paginator.html.* if you've already customized + it. If you haven't overridden _paginator.html.* files, then probably + there're nothing you have to do. + See this commit for the example: + https://github.com/amatsuda/kaminari_themes/commit/2dfb41c + == 0.9.10 * the per() method accepts String, zero and minus value now #7 [koic]