mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
documentation
This commit is contained in:
parent
0b1467d405
commit
97d6fbe71c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue