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

documentation

This commit is contained in:
Akira Matsuda 2011-02-24 22:11:38 +09:00
parent 0b1467d405
commit 97d6fbe71c

View file

@ -1,3 +1,10 @@
== 0.10.4
* Do not break ActiveRecord::Base.descendants, by making sure to call super
from ActiveRecord::Base.inherited #34 [rolftimmermans]
* Fixed vanishing mongoid criteria after calling page() #26 [tyok]
== 0.10.3 == 0.10.3
* Fixed a bug that total_count() didn't work when chained with group() scope * Fixed a bug that total_count() didn't work when chained with group() scope