Skip to content

Commit 36f45da

Browse files
committed
minor: credits and history
1 parent 3a0cdf6 commit 36f45da

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CREDITS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Cyril Mougel, cyril.mougel@gmail.com
3636
* Initial logging support
3737
* Test case
3838

39+
Honlgi Lai (Phusion)
40+
* Significant performance audit. See commits prior to 1.0.9
41+
3942
Jack Chen, chendo on github
4043
* Test case + fix for deserializing pre-epoch Time instances
4144

@@ -73,6 +76,7 @@ Chuck Remes
7376
* Extraction of BSON into separate gems
7477
* Extensions compile on Rubinius
7578
* Performance improvements for INT in C extensions
79+
* Performance improvements for JRuby BSON encoder and callback classes
7680

7781
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
7882
* Support open to exclude fields on query

HISTORY

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.1 2010-10-4
2+
* Official JRuby support via Java extensons for BSON (beta)
3+
* Connection#lock! and Connection#unlock! for easy fsync lock
4+
* Note: BSON::Code is no longer a subclass of String.
5+
6+
1.0.9 2010-9-20
7+
* Significant performance improvements
8+
19
1.0.8 2010-8-27
210

311
* Cursor#rewind! and more consistent Cursor Enumberable behavior

0 commit comments

Comments
 (0)