minor: credits and history

This commit is contained in:
Kyle Banker 2010-10-04 15:19:04 -04:00
parent 3a0cdf64af
commit 36f45da765
2 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Cyril Mougel, cyril.mougel@gmail.com
* Initial logging support
* Test case
Honlgi Lai (Phusion)
* Significant performance audit. See commits prior to 1.0.9
Jack Chen, chendo on github
* Test case + fix for deserializing pre-epoch Time instances
@ -73,6 +76,7 @@ Chuck Remes
* Extraction of BSON into separate gems
* Extensions compile on Rubinius
* Performance improvements for INT in C extensions
* Performance improvements for JRuby BSON encoder and callback classes
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
* Support open to exclude fields on query

View File

@ -1,3 +1,11 @@
1.1 2010-10-4
* Official JRuby support via Java extensons for BSON (beta)
* Connection#lock! and Connection#unlock! for easy fsync lock
* Note: BSON::Code is no longer a subclass of String.
1.0.9 2010-9-20
* Significant performance improvements
1.0.8 2010-8-27
* Cursor#rewind! and more consistent Cursor Enumberable behavior