From abb82e0b0381df1aa494d02c8804f60973116e2f Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 11 Jan 2013 11:15:46 +0000 Subject: [PATCH] Change log update --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 58e67ba..fb51ab6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ ## Changes between 1.4.0 and 1.5.0 +### 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).