Skip to content

Commit d69ba3a

Browse files
committed
Fix nested self-referencing eager loading
1 parent 7724ced commit d69ba3a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Mongoid::Includes 1.1.3 (2016-10-17) ##
2+
3+
* Fix eager loading for [self-referencing associations](https://github.com/ElMassimo/mongoid_includes/pull/6). Thanks @rmachielse!
4+
15
## Mongoid::Includes 1.1.2 (2016-05-26) ##
26

37
* Change gem dependencies to [support Mongoid 6](https://github.com/ElMassimo/mongoid_includes/pull/3). Thanks @joostverdoorn!

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mongoid_includes (1.1.2)
4+
mongoid_includes (1.1.3)
55
mongoid (>= 4.0.0, < 7.0.0)
66

77
GEM
@@ -89,4 +89,4 @@ DEPENDENCIES
8989
yard-tomdoc
9090

9191
BUNDLED WITH
92-
1.12.3
92+
1.12.5

lib/mongoid/includes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Mongoid
55
module Includes
66

77
# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8-
VERSION = '1.1.2'
8+
VERSION = '1.1.3'
99
end
1010
end

0 commit comments

Comments
 (0)