Skip to content

Commit c3115a6

Browse files
committed
nits
1 parent ccdc74d commit c3115a6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/whats-new.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ What's New in 4.4
2626

2727
New features of the 4.4 Node.js driver release include:
2828

29-
- KMIP support when using CSFLE.
29+
- KMIP provider support when using CSFLE.
3030
- TLS support when using CSFLE.
3131
- Hostname canonicalization now accepts "none", "forward", and "forwardAndReverse" as ``authMechanismProperties`` when using GSSAPI.
3232
- In the 4.0.0 release of the driver, the deprecated ``collection.count()`` method was inadvertently changed to behave like ``collection.countDocuments()``.
@@ -38,7 +38,8 @@ New features of the 4.4 Node.js driver release include:
3838
.. important:: Deprecation Notice
3939

4040
The ``cursor.count()`` method is deprecated and will be removed in the next major version, along with ``collection.count()``.
41-
Use ``collection.estimatedDocumentCount()`` or ``collection.countDocuments()`` instead.
41+
Use the ``collection.estimatedDocumentCount()`` or ``collection.countDocuments()``
42+
methods instead.
4243

4344
.. _version-4.3:
4445

@@ -77,6 +78,11 @@ New features of the 4.1 Node.js driver release include:
7778
What's New in 4.0
7879
-----------------
7980

81+
.. important::
82+
83+
In this release of the driver, the deprecated ``collection.count()`` method was inadvertently changed to
84+
behave like ``collection.countDocuments()``.
85+
8086
New features of the 4.0 Node.js driver release include:
8187

8288
TypeScript

0 commit comments

Comments
 (0)