Changelog update
This commit is contained in:
parent
f6a80fa40a
commit
a4d5a0875a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue