From 6b9c5d8f3d3931bd51906cae7fa29b8c1abac436 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 20 Mar 2013 03:52:01 +0400 Subject: [PATCH] Mention new admin database functions in the change log --- ChangeLog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 03b6835..93380c6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -24,6 +24,7 @@ convenience functions in the `monger.search` namespace: MongoDB Java driver dependency has been [updated to 2.11.0](https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes). + ### New Geospatial Operators `monger.operators` now defines a few more operators for convenience: @@ -36,6 +37,17 @@ Of course, these and any other new operators can be passed as strings (e.g. `"$n as well. +### monger.core/admin-db + +`monger.core/admin-db` is a new convenience function that returns the `admin` database +reference. + +### monger.command/admin-command + +`monger.command/admin-command` is a new convenience function for running commands +on the `admin` database. + + ### monger.core/mongo-options Updates `monger.core/mongo-options` options are now up-to-date with the most recent