Skip to content

Commit 46140bc

Browse files
committed
feedback
1 parent c903ff5 commit 46140bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/whats-new.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ The 3.0 driver release includes the following new features:
6262

6363
- The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
6464
``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
65-
contain a ``Dispose()`` method. To learn more about this interface and use of the
65+
contain a ``Dispose()`` method, which disposes of the underlying cluster and
66+
connections to the MongoDB server. This implementation is experimental.
67+
68+
To learn more about the ``IDisposable`` interface and use of the
6669
``Dispose()`` method, see
6770
`Dispose Pattern <https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern>`__
6871
on MSDN.

0 commit comments

Comments
 (0)