mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version 0.16.3
This commit is contained in:
parent
6fed8cd8fd
commit
8f39a7de74
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
== 0.16.3
|
||||||
|
|
||||||
|
* Fixed a "stack level too deep" bug in mongoid #642 [bartes]
|
||||||
|
|
||||||
|
* Fixed a bug that Kaminari possibly crashes when combined with other gems
|
||||||
|
that define `inherited` method on model classes, such as aasm. #651 [zeitnot]
|
||||||
|
|
||||||
== 0.16.2
|
== 0.16.2
|
||||||
|
|
||||||
* Fixed a bug where cloned Relations remember previous relations'
|
* Fixed a bug where cloned Relations remember previous relations'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Kaminari
|
module Kaminari
|
||||||
VERSION = '0.16.2'
|
VERSION = '0.16.3'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue