Skip to content

Commit c4967f2

Browse files
committed
NODE-505 Query fails to find records that have a 'result' property with an array value.
1 parent 40a3be8 commit c4967f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.38 07-14-2015
2+
-----------------
3+
- NODE-505 Query fails to find records that have a 'result' property with an array value.
4+
- Updated mongodb-core to 1.2.6 for NODE-505.
5+
16
2.0.37 07-14-2015
27
-----------------
38
- NODE-504 Collection - Default options when using promiseLibrary.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.0.37",
3+
"version": "2.0.38",
44
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)