Skip to content

Commit 69a08d0

Browse files
update incorrect whats new bullet (#281)
1 parent a1b1f4c commit 69a08d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/whats-new.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ The 3.0 driver release includes the following new features:
5757

5858
- The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
5959
``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
60-
contain a ``Dispose()`` method, which disposes of the underlying cluster and
61-
connections to the MongoDB server. This implementation is experimental.
60+
contain a ``Dispose()`` method, which disposes of the client. This method does not
61+
dispose the underlying cluster and connections to the MongoDB server. To
62+
dispose of the cluster and connections, call the
63+
``ClusterRegistry.UnregisterAndDisposeCluster()`` method.
64+
The implementation of the ``IDisposable`` interface is experimental.
6265

6366
To learn more about the ``IDisposable`` interface and use of the
6467
``Dispose()`` method, see

0 commit comments

Comments
 (0)