From 4b417ec15ab6697f1094368bbc5c523bc8486ded Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 2 Mar 2014 14:57:25 +0400 Subject: [PATCH] Mention that monger.result should no longer be used on WriteConcern instances as of 1.8 --- src/clojure/monger/result.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clojure/monger/result.clj b/src/clojure/monger/result.clj index 9b5ae74..33c31c5 100644 --- a/src/clojure/monger/result.clj +++ b/src/clojure/monger/result.clj @@ -9,7 +9,8 @@ (ns monger.result "Provides functions that determine if a query (or other database operation) - was successful or not. + was successful or not. Note that the use of these functions on WriteResult instances + is DEPRECATED as of Monger 1.8.0. Related documentation guides: