Mention new admin database functions in the change log
This commit is contained in:
parent
006e89d74a
commit
6b9c5d8f3d
1 changed files with 12 additions and 0 deletions
12
ChangeLog.md
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue