Skip to content

Commit d76f95c

Browse files
committed
VK review
1 parent f6cd070 commit d76f95c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/upgrade.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Version 5.0 Breaking Changes
139139
``ClusterConnectionMode``, making it more consistent by using the specified
140140
replica set name, regardless of how it is configured. Previously, replica set
141141
name was only considered if it was set by the connection string.
142+
<<<<<<< HEAD
142143

143144
For example, the following two code samples both return the value
144145
``ClusterConnectionMode.MULTIPLE``, while previously the second one returned
@@ -160,6 +161,8 @@ Version 5.0 Breaking Changes
160161
.requiredReplicaSetName("replset")
161162
.build()
162163
.getMode()
164+
=======
165+
>>>>>>> 0b9ba11 (VK review)
163166

164167
- This driver changes how ``BsonDecimal128`` values respond to method calls, by
165168
responding in the same way as ``Decimal128`` values. In particular,

0 commit comments

Comments
 (0)