File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ Version 5.0 Breaking Changes
139
139
``ClusterConnectionMode``, making it more consistent by using the specified
140
140
replica set name, regardless of how it is configured. Previously, replica set
141
141
name was only considered if it was set by the connection string.
142
+ <<<<<<< HEAD
142
143
143
144
For example, the following two code samples both return the value
144
145
``ClusterConnectionMode.MULTIPLE``, while previously the second one returned
@@ -160,6 +161,8 @@ Version 5.0 Breaking Changes
160
161
.requiredReplicaSetName("replset")
161
162
.build()
162
163
.getMode()
164
+ =======
165
+ >>>>>>> 0b9ba11 (VK review)
163
166
164
167
- This driver changes how ``BsonDecimal128`` values respond to method calls, by
165
168
responding in the same way as ``Decimal128`` values. In particular,
You can’t perform that action at this time.
0 commit comments