1.2.0
- Fixed an issue where
MongoCollection::find()
relied on both$query->where()
and$query->select()
to be called in order for thefind()
s arguments to be in the correct order.
Applications that may have code that relied on the mismatched order will want pin/continue using 1.1.0
or lower.