1.1.5 history and credits.

This commit is contained in:
Kyle Banker 2010-12-15 15:29:36 -05:00
parent 3c9f0f39f6
commit 505f149291
2 changed files with 13 additions and 0 deletions

View File

@ -117,3 +117,7 @@ Hongli Lai (Phusion)
Mislav Marohnić
* Replaced returning with each_with_object
Alex Stupka
* Replica set port bug

View File

@ -1,5 +1,14 @@
# MongoDB Ruby Driver History
### 1.1.5
2010-12-15
* ReplSetConnection class. This must be used for replica set connections from
now on. You can still use Connection.multi, but that method has been deprecated.
* Automated replica set tests. rake test:rs
* Check that request and response ids match.
* Several bug fixes. See the commit history for details.
### 1.1.4
2010-11-30