Update change log

This commit is contained in:
Michael Klishin 2015-06-27 23:24:26 +03:00
parent 51baa3e154
commit 0891a9ded7

View file

@ -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