1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Update CHANGELOG [ci skip]

This commit is contained in:
Yuki Nishijima 2018-07-08 21:21:34 -04:00
parent 9e9ac3b751
commit ee49f289ee

View file

@ -1,5 +1,10 @@
## 1.1.2 (Unreleased)
## Master (Unreleased)
### Enhancements
* Add `#url_to_next_page` and `#url_to_prev_page` helper methods: [38e95a2](https://github.com/kaminari/kaminari/commit/38e95a262a210548c4f892aaa69d09ca8ecdce7f)
* Extract url helper methods and pack them in `Kaminari::Helpers::UrlHelper`: [ff38bee](https://github.com/kaminari/kaminari/commit/ff38bee54b5be1a948f1118c0bfd829a72a1a502)
### Bug Fixes: