From 3e417e43df5538380907d722293c603fc55e4ee1 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Tue, 9 Sep 2014 21:46:27 -0400 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.rdoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index ba97c45..d787474 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,27 @@ +== 0.16.1 + +* Fix a bug where :theme option for #paginate method doesn't work properly #566 [commstratdev] + +== 0.16.0 + +* Add support for mongoid max_scan option #500 [aptx4869] + +* Add `link_to_previous_page` helper for Sinatra #504 [ikeay] + +* Add :views_prefix option to #paginate for alternative views directory #552 [apotonick] + +* Simplify `page_entries_info` by adding entry_name interface to each ORM + +* Refer ActiveRecord::Base from top level namespace for more safety when inherited class's namespace has 'ActiveRecord' constant #522 [yuroyoro] + +* Fix a bug where runtime persistence not taken into account with mongoid/kaminari #326 [nubeod] + +* Fix a bug where helper methods were not available from inside `paginator.render do ... end` block #239 [damien-roche] + +* Fix a bug where theme generator didn't work on Rails 4.1 #526 [jimryan] + +* Fix a bug that paginatable arrays with `total_count` option always returns whole array #516 [abhichvn] + == 0.15.1 * page_method_name option was not working in 0.15.0 #481 [mauriciopasquier]