Skip to content

Commit a583616

Browse files
committed
minor: history
1 parent 3187761 commit a583616

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/HISTORY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# MongoDB Ruby Driver History
22

3-
### 1.3.0.rc0
4-
2011-3-29
3+
### 1.3.0
4+
2011-4-04
55

6-
* Add option to set timeouts on socket read calls. Use
7-
the :op_timeout option when creating a new connection.
6+
* Add option to set timeouts on socket read calls using the
7+
Mongo::Connection :op_timeout option.
88
* Add StringIO methods to GridIO objects
99
* Support for BSON timestamp type with BSON::Timestamp
1010
* Change the BSON binary subtype from 2 to 0
@@ -13,10 +13,10 @@
1313
* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
1414
* Better check for UTF8 validity in Ruby 1.9
1515
* Added previously removed Connection#host and Connection#port
16-
* Added transformers to allow Mongo::Cursor to allow instantiated objects (jnunemaker)
16+
* Added transformers to allow Mongo::Cursor to allow instantiated objects (John Nunemaker)
1717
* Automated reconnection on fork
1818
* Added Cursor#next alias for Cursor#next_document
19-
* Audit tests after enabling warnings (wpiekutowski)
19+
* Audit tests after enabling warnings (Wojciech Piekutowski)
2020
* Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio
2121

2222
### 1.2.4

0 commit comments

Comments
 (0)