Changelog update

This commit is contained in:
Michael S. Klishin 2012-02-13 22:52:53 +04:00
parent f6a80fa40a
commit a4d5a0875a

View file

@ -36,3 +36,9 @@ It is now possible to opt-out of field keywordization in the query DSL:
```
the default value is still true, field names will be converted to keywords.
### monger.collection/find-by-id and /find-map-by-id fail fast when id is nil
monger.collection/find-by-id and /find-map-by-id now will throw IllegalArgumentException when id is nil