Skip to content

Commit

Permalink
Updated CHANGELOG [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Sep 24, 2017
1 parent 0be76a8 commit 4169936
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 1.1.0

### Enhancements:

* 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]

### Bug Fixes:

* Fixed an issue where the command `rails g kaminari:views ...` stopped working due to a missing require #912 [@jvsoares]

## 1.0.1

### Bug Fixes:
Expand Down

0 comments on commit 4169936

Please sign in to comment.