update CHANGELOG

[ci skip]
This commit is contained in:
teitei-tk 2018-10-15 18:00:41 +09:00
parent 49b496337f
commit a1e71d5af8
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]