Skip to content

Commit

Permalink
Link pull request reference in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 6, 2014
1 parent 1fec1cb commit 44bc0ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ deprecated `slaveOkay` option. Much of this work was implemented in

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

#### Lifecycle callbacks and AlsoLoad

Expand Down

0 comments on commit 44bc0ef

Please sign in to comment.