Copy editing CHANGELOG [ci skip]

This commit is contained in:
Akira Matsuda 2017-10-13 17:34:40 +09:00
parent 508009c4fd
commit a5cf31e345
1 changed files with 3 additions and 2 deletions

View File

@ -4,14 +4,15 @@
* Now the `page_entries_info` method respects the `I18n.locale` value when pluralizing the `entry_name` option #899 [@hundred]
* `require 'kaminari/core'` is no longer necessary when using `require 'kaminari/activerecord'` #896 [@yhara]
* Added the `#current_per_page ` method to inspect current value of `per_page` #875 [#bfad]
* Better accesibility support #848 [@frrrances]
* Added the `#current_per_page` method to inspect current value of `per_page` #875 [#bfad]
* Better accesibility support by adding accessibility roles to pagination nav #848 [@frrrances]
### Bug Fixes:
* Fixed an issue where the command `rails g kaminari:views ...` stopped working due to a missing require #912 [@jvsoares]
* Fixed a bug where passing in `params` to the `link_to_next_page` or `link_to_previous_page` method raises an exception #874 [@5t111111]
## 1.0.1
### Bug Fixes: