Change log update

This commit is contained in:
Michael Klishin 2013-06-23 23:14:24 +04:00
parent c0f1112d34
commit 8c58ab0155

View file

@ -8,6 +8,8 @@ in the `monger.collection` namespace but always take a database reference as an
They are supposed to be used in cases when relying on `monger.core/*mongodb-database*` is not They are supposed to be used in cases when relying on `monger.core/*mongodb-database*` is not
enough. enough.
Erik Bakstad contributed most of this work.
## monger.core/drop-db ## monger.core/drop-db
@ -815,4 +817,3 @@ given ObjectId. `monger.collection/remove-by-id` is its counterpart for removing
### monger.core/get-db-names ### monger.core/get-db-names
monger.core/get-db-names returns a set of databases. Contributed by Toby Hede. monger.core/get-db-names returns a set of databases. Contributed by Toby Hede.