Merge pull request #970 from teitei-tk/update_CHANGELOG

update CHANGELOG
This commit is contained in:
Yuki Nishijima 2018-10-15 12:28:09 -04:00 committed by GitHub
commit 6cb907d61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
* Renamed the model class method for configuring `max_pages` from `max_pages_per` to `max_pages`
* Raise ZeroPerPageOperation when The number of pages was incalculable of `total_pages`, `current_page` methods
### Enhancements:
* Exposed `path_to_prev_page`, `path_to_next_page` helpers as public API #683 [@neilang]