Skip to content

Commit 505f149

Browse files
committed
1.1.5 history and credits.
1 parent 3c9f0f3 commit 505f149

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/CREDITS.md

+4
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,7 @@ Hongli Lai (Phusion)
117117
Mislav Marohnić
118118

119119
* Replaced returning with each_with_object
120+
121+
Alex Stupka
122+
123+
* Replica set port bug

docs/HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# MongoDB Ruby Driver History
22

3+
### 1.1.5
4+
2010-12-15
5+
6+
* ReplSetConnection class. This must be used for replica set connections from
7+
now on. You can still use Connection.multi, but that method has been deprecated.
8+
* Automated replica set tests. rake test:rs
9+
* Check that request and response ids match.
10+
* Several bug fixes. See the commit history for details.
11+
312
### 1.1.4
413
2010-11-30
514

0 commit comments

Comments
 (0)