We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194455 commit 7370394Copy full SHA for 7370394
source/whats-new.txt
@@ -130,8 +130,10 @@ improvements, and fixes:
130
- :phpmethod:`MongoDB\Database::getCollection()`: alias for :phpmethod:`MongoDB\Database::selectCollection()`
131
- :phpmethod:`MongoDB\Client::getCollection()`
132
133
- These new methods will replace the ``selectCollection()`` and
134
- ``selectDatabase()`` methods in a future driver release.
+ The ``Client::selectCollection()``, ``Client::selectDatabase()``, and
+ ``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.
137
138
.. _php-lib-version-1.20:
139
0 commit comments