Skip to content

Commit 44bc0ef

Browse files
committed
Link pull request reference in changelog
1 parent 1fec1cb commit 44bc0ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG-1.0.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ deprecated `slaveOkay` option. Much of this work was implemented in
103103

104104
The `findAll()` and `findBy()` methods in DocumentRepository previously returned
105105
a Cursor object, which was not compatible with the ObjectRepository interface in
106-
Doctrine Common. This has been changed in #752, so these methods now return a
107-
numerically indexed array. The change also affects the magic repository methods,
108-
which utilize `findBy()` internally. If users require a Cursor, they should
109-
utilize the query builder or a custom repository method.
106+
Doctrine Common. This has been changed in
107+
[#752](https://github.com/doctrine/mongodb-odm/pull/752), so these methods now
108+
return a numerically indexed array. The change also affects the magic repository
109+
methods, which utilize `findBy()` internally. If users require a Cursor, they
110+
should utilize the query builder or a custom repository method.
110111

111112
#### Lifecycle callbacks and AlsoLoad
112113

0 commit comments

Comments
 (0)