From ceb60fdb54a1bd29e474becffcc2ea2763130c0b Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 4 Jun 2012 13:11:37 +0400 Subject: [PATCH] Change log update --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5aa2822..3d52121 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ ## Changes between 1.0.0-beta7 and 1.0.0-beta8 +### monger.gridfs/files-as-maps + +`monger.gridfs/files-as-maps` works the same way as `monger.gridfs/all-files` but returns results as Clojure maps. It is to +`monger.gridfs/all-files` what `monger.collection/find-maps` is to `monger.collection/find`. + + ### MongoDB 2.1/2.2 Aggregation Framework support `monger.collection/aggregate` provides a convenient way to run [aggregation queries](http://docs.mongodb.org/manual/reference/aggregation/).