minor: initial release notes for 0.20

This commit is contained in:
Kyle Banker 2010-04-05 17:05:30 -04:00
parent 75b54d9550
commit d2be7e35a3
2 changed files with 18 additions and 0 deletions

View File

@ -67,3 +67,10 @@ Matt Powell (fauxparse)
Patrick Collison
* Added safe mode for Collection#remove
Chuck Remes
* Extraction of BSON into separate gems
* Extensions compile on Rubinius
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
* Support open to exclude fields on query

11
HISTORY
View File

@ -1,3 +1,14 @@
0.20
* BSON-related code extracted into two separate gems: bson and bson_ext (Chuck Remes).
* Extensions compile on Rubinius (Chuck Remes).
* Query :fields options allows for values of 0 to exclude fields (houdini, railsjedi).
* BSON::Binary constructor can now take a string, which will be packed into an array.
* GridFS
* Option to delete old versions of GridFileSystem entries.
* Filename is now optional for Grid#put.
* Removed the following deprecated items:
* GridStore class
0.19.3 2010-4-5
* Minor fix for assert_valid_keys.