diff --git a/ChangeLog.md b/ChangeLog.md index ddd4eba..c1bdb24 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ ## Changes between 1.4.0 and 1.4.1 +### Explicit DBCursor Closure by monger.collection/find-maps and the like + +`monger.collection/find-maps` and the like will now explicitly close DB cursors. + +GH issue: 47 + ### MongoDB Java Driver Update MongoDB Java driver dependency has been [updated to 2.10.1](https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes).