From b5be012bd95eb30f7c411aef7fb1b280185a70d2 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sun, 17 Dec 2023 00:30:24 +0100 Subject: [PATCH] #2529 update changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2a724094b..835a85245 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Development - Add tests against MongoDB 6.0 and MongoDB 7.0 in the pipeline - Fix validate() not being called when inheritance is used in EmbeddedDocument and validate is overriden #2784 - Add support for readPreferenceTags in connection parameters #2644 +- Use estimated_documents_count OR documents_count when count is called, based on the query #2529 Changes in 0.27.0 =================