Skip to content

Commit f3de45a

Browse files
committed
vale errors
1 parent 83aa662 commit f3de45a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/whats-new.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,15 @@ What's New in 1.17
7676
:phpmethod:`MongoDB\remove_logger()` functions to the library.
7777
These functions allow applications to register a `PSR-3 Logger <https://www.php-fig.org/psr/psr-3/>`__
7878
to receive log messages emitted by the driver. Previously, logs were only
79-
accessible via the extension's `mongodb.debug <https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug>`__
79+
available through the extension's `mongodb.debug <https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug>`__
8080
INI setting.
8181

8282
- Introduces new :phpclass:`MongoDB\Collection` methods to create and manage
8383
Atlas Search indexes. Atlas Search indexes can be queried using the ``$search``
8484
aggregation pipeline stage, which is supported in all versions of the library.
8585
To learn more about Atlas Search indexes and the specifics of the ``$search``
8686
aggregation stage, see the :atlas:`Atlas Search indexes </atlas-search>`
87-
documentation and :manual:`$search </reference/operator/aggregation/search/>`,
88-
respectively.
87+
documentation and :manual:`$search </reference/operator/aggregation/search/>`.
8988

9089
- Upgrades the ``mongodb`` extension requirement to 1.17.0. Support for PHP
9190
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
@@ -116,7 +115,7 @@ What's New in 1.15
116115

117116
- Adds new ``examples/`` and ``tools/`` directories to the library repository,
118117
which contain code snippets and scripts that may prove useful when writing
119-
or debugging applications, respectively. These directories are intended to
118+
or debugging applications. These directories are intended to
120119
supplement the library's existing documentation and will be added to over time.
121120

122121
- Adds various backwards compatible typing improvements throughout the

0 commit comments

Comments
 (0)