From a4d5a0875ac44b515b4ed8637ee37cad1f01ea49 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 13 Feb 2012 22:52:53 +0400 Subject: [PATCH] Changelog update --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5a1248a..eee1785 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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