Mention that monger.result should no longer be used on WriteConcern instances as of 1.8

This commit is contained in:
Michael Klishin 2014-03-02 14:57:25 +04:00
parent 3728f38ad7
commit 4b417ec15a

View file

@ -9,7 +9,8 @@
(ns monger.result (ns monger.result
"Provides functions that determine if a query (or other database operation) "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: Related documentation guides: