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

changes for version 0.14.1

This commit is contained in:
Akira Matsuda 2012-09-11 21:31:57 +09:00
parent c34bee29da
commit ef75dc4285

View file

@ -1,3 +1,11 @@
== 0.14.1
* Changed the default "truncation" String from "..." to … #264 [pjaspers]
* The theme generator is Github API v3 compatible now! #279 [eitoball]
* Made Kaminari.config.default_per_page changeable again #280 [yuki24]
== 0.14.0
* Grape framework support! #218 [mrplum]