Updated changelog

This commit is contained in:
Ross Lawley 2011-09-09 17:35:44 +01:00
parent b8a5791de6
commit 60f0491f62

View File

@ -5,6 +5,7 @@ Changelog
Changes in dev Changes in dev
============== ==============
- Added GenericEmbeddedDocument - So you can embed any type of embeddable document
- Added within_polygon support - for those with mongodb 1.9 - Added within_polygon support - for those with mongodb 1.9
- Updated sum / average to use map_reduce as db.eval doesn't work in sharded environments - Updated sum / average to use map_reduce as db.eval doesn't work in sharded environments
- Added where() - filter to allowing users to specify query expressions as Javascript - Added where() - filter to allowing users to specify query expressions as Javascript