Add updates to CHANGELOG [ci skip]

closes #791
This commit is contained in:
Yuki Nishijima 2016-05-31 11:20:48 +00:00
parent a5f5ee4403
commit 9d550c737a
1 changed files with 32 additions and 2 deletions

View File

@ -1,6 +1,36 @@
== Next
== 0.17.0
* Mongoid 5 ready! [dblock]
* Rails 5 ready!
* Mongoid 5.0 support
* Dropped Ruby 1.8 support
* Dropped Mongoid 2.x support
* Extracted Sinatra support to kaminari-sinatra gem
* Extracted DataMapper support to kaminari-data_mapper gem
* Extracted Mongoid support to kaminari-mongoid gem
* Extracted MongoMapper support to kaminari-mongo_mapper gem
* Deprecated Kaminari::PageScopeMethods#num_pages in favor of `total_pages`
* Deprecated :num_pages option for `paginate` in favor of :total_pages
* Fixed mangled params in pagination links on Rails 5 #766 [audionerd]
* Fixed a bug where the range of the records displayed on the last page
doesn't match #718 [danzanzini]
== 0.16.3
* Fixed a "stack level too deep" bug in mongoid #642 [bartes]
* Fixed a bug that Kaminari possibly crashes when combined with other gems
that define `inherited` method on model classes, such as aasm. #651 [zeitnot]
== 0.16.2