Update change log
This commit is contained in:
parent
51baa3e154
commit
0891a9ded7
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ An example of a search query in 3.0:
|
|||
(mc/find-maps db "collection" {$text {$search "hello"}}))
|
||||
```
|
||||
|
||||
### Add allow-disk-use and Cursor Options to Aggregates
|
||||
|
||||
`monger.collection/aggregate` now supports `:cursor` and `:allow-disk-use` options.
|
||||
|
||||
Contributed by Bartek Marcinowski.
|
||||
|
||||
|
||||
### JSON Serialization of BSON Timestamps
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue