Updated changelog and authors

Refs #263
This commit is contained in:
Ross Lawley 2011-08-17 21:48:41 +01:00
parent f549d8c0bc
commit 91a0e499d9
2 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,4 @@ that much better:
* Gregg Lind * Gregg Lind
* Gareth Lloyd * Gareth Lloyd
* Albert Choi * Albert Choi
* John Arnfield

View File

@ -5,6 +5,7 @@ Changelog
Changes in dev Changes in dev
============== ==============
- 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
- Added SequenceField - for creating sequential counters - Added SequenceField - for creating sequential counters