From 1873c14c762d894c2c4951a4107c3bbcbd89f65d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 19 Dec 2018 09:57:36 -0500 Subject: [PATCH] edit changelog to reflect addition from PR #139 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index efe5d347..93e0e9c4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ #Recent change notes +### 0.3.4 +* Added `cursor` option to `DbCollection.aggregate`. + * Courtesy of @jodinathan, thank you! + * See https://github.com/mongo-dart/mongo_dart/pull/139 + ### 0.3.2 * Cast fixes, for compatibility with Dart 2. * Moved from `dart:convert` usage to `package:dart2_constant`, for the sake