Skip to content

Commit e886f08

Browse files
committed
fixes
1 parent 6a5e9f8 commit e886f08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/whats-new.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ The {+driver-short+} v6.7 release includes the following features:
9898
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
9999
option is set to ``true``, the KMIP provider performs encryption and decryption of
100100
the data key locally, ensuring that the encryption key never leaves the KMIP server.
101-
The following code example
102101
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
102+
103+
The following code example shows how to specify this option:
103104

104105
.. code-block:: javascript
105106
:copyable: true
@@ -110,7 +111,7 @@ The {+driver-short+} v6.7 release includes the following features:
110111
rather than decoding the entire BSON response when it is received.
111112

112113
- The Github release for the ``mongodb`` package now contains a detached signature file for
113-
the NPM package (named mongodb-X.Y.Z.tgz.sig). This change applies to every major
114+
the NPM package (named ``mongodb-X.Y.Z.tgz.sig``). This change applies to every major
114115
and patch release for versions 5 and 6 of the driver. To verify the package signature,
115116
follow the instructions in the Release Integrity section of the
116117
`README.md <https://github.com/mongodb/node-mongodb-native/blob/v6.8.0/README.md#release-integrity>`__

0 commit comments

Comments
 (0)