Skip to content

Commit 7370394

Browse files
committed
wip
1 parent a194455 commit 7370394

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/whats-new.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ improvements, and fixes:
130130
- :phpmethod:`MongoDB\Database::getCollection()`: alias for :phpmethod:`MongoDB\Database::selectCollection()`
131131
- :phpmethod:`MongoDB\Client::getCollection()`
132132

133-
These new methods will replace the ``selectCollection()`` and
134-
``selectDatabase()`` methods in a future driver release.
133+
The ``Client::selectCollection()``, ``Client::selectDatabase()``, and
134+
``Database::selectCollection()`` methods will be deprecated and
135+
replaced by these new methods in a future driver release, so consider
136+
changing the usages in your application.
135137

136138
.. _php-lib-version-1.20:
137139

0 commit comments

Comments
 (0)