From a58361639d08853263940fd80848fa5aff206732 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Fri, 1 Apr 2011 13:53:12 -0400 Subject: [PATCH] minor: history --- docs/HISTORY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index b5c677b..0e7a284 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,10 +1,10 @@ # MongoDB Ruby Driver History -### 1.3.0.rc0 -2011-3-29 +### 1.3.0 +2011-4-04 -* Add option to set timeouts on socket read calls. Use - the :op_timeout option when creating a new connection. +* Add option to set timeouts on socket read calls using the + Mongo::Connection :op_timeout option. * Add StringIO methods to GridIO objects * Support for BSON timestamp type with BSON::Timestamp * Change the BSON binary subtype from 2 to 0 @@ -13,10 +13,10 @@ * ByteBuffer#== and OrderedHash#dup (Hongli Lai) * Better check for UTF8 validity in Ruby 1.9 * Added previously removed Connection#host and Connection#port -* Added transformers to allow Mongo::Cursor to allow instantiated objects (jnunemaker) +* Added transformers to allow Mongo::Cursor to allow instantiated objects (John Nunemaker) * Automated reconnection on fork * Added Cursor#next alias for Cursor#next_document -* Audit tests after enabling warnings (wpiekutowski) +* Audit tests after enabling warnings (Wojciech Piekutowski) * Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio ### 1.2.4