Skip to content

Commit 82b988d

Browse files
committed
wording
1 parent 116292a commit 82b988d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/release-notes.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The {+driver-short+} v6.17 release includes the following features:
5252
- Upgrades the ``bson`` package to v6.10.4. For more information about this release,
5353
see the :github:`v6.10.4 Release Notes <mongodb/js-bson/releases/tag/v6.10.4>` for the
5454
``bson`` package on GitHub.
55-
55+
5656
- Adds the ``keepAliveInitialDelay`` option when constructing a ``MongoClient``.
5757
This option defaults to ``120000`` milliseconds.
5858

@@ -65,9 +65,9 @@ The {+driver-short+} v6.17 release includes the following features:
6565
- Instructs the ``MongoClient.close()`` method to close outstanding in-use
6666
connections.
6767

68-
- Adds support for configuring the DEK cache expiration time by providing a
69-
``keyTimeoutMS`` encryption option. This option defaults to ``6000`` milliseconds
70-
and requires ``mongodb-client-encryption`` version 6.4 or later.
68+
- Adds a ``keyTimeoutMS`` encryption option for configuring DEK cache expiration time.
69+
This option defaults to ``6000`` milliseconds and requires ``mongodb-client-encryption``
70+
version 6.4 or later.
7171

7272
- Instructs update operations to generate an error if the ``ignoreUndefined`` is set
7373
to ``true`` and all updates are undefined.

0 commit comments

Comments
 (0)