1.1.5 history and credits.
This commit is contained in:
parent
3c9f0f39f6
commit
505f149291
|
@ -117,3 +117,7 @@ Hongli Lai (Phusion)
|
||||||
Mislav Marohnić
|
Mislav Marohnić
|
||||||
|
|
||||||
* Replaced returning with each_with_object
|
* Replaced returning with each_with_object
|
||||||
|
|
||||||
|
Alex Stupka
|
||||||
|
|
||||||
|
* Replica set port bug
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# MongoDB Ruby Driver History
|
# 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
|
### 1.1.4
|
||||||
2010-11-30
|
2010-11-30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue