@@ -53,8 +53,8 @@ What's New in 2.0
5353 :ref:`Version 2.0 Breaking Changes <php-v2-breaking-changes>` section
5454 in the Upgrade Library Versions guide.
5555
56- The {+library-short+} v2.0 release includes the following features,
57- improvements, and fixes :
56+ The {+library-short+} v2.0 release includes the following API changes
57+ and removals :
5858
5959- Removes deprecated fields in GridFS types.
6060
@@ -65,7 +65,7 @@ improvements, and fixes:
6565
6666 - The fields ``contentType`` and ``aliases`` are no longer stored in
6767 the ``files`` GridFS collection. If your application requires this
68- information, you must store it in metadata. To learn mor about
68+ information, you must store it in metadata. To learn More about
6969 GridFS, see the :ref:`php-gridfs` guide.
7070
7171- Removes the following deprecated options for find operations:
@@ -105,7 +105,7 @@ improvements, and fixes:
105105 The :phpmethod:`MongoDB\Client::listDatabases()`,
106106 :phpmethod:`MongoDB\Database::listCollections()`, and
107107 :phpmethod:`MongoDB\Collection::listIndexes()` methods return a
108- general traversable ``Iterator`` instance that contains the corresponding
108+ general traversable ``Iterator`` instance that provides the corresponding
109109 results.
110110
111111.. _php-lib-version-1.20:
0 commit comments