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