From 064c35cf0ebf3a77da59505d996ab9ba897c26f9 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 4 Oct 2024 10:48:37 +0200 Subject: [PATCH] Update NEWS.rst tidied up changelog --- docs/source/NEWS.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/source/NEWS.rst b/docs/source/NEWS.rst index 25588ea..07dde62 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -1,11 +1,11 @@ Changelog ========= -Release 24.0.0 (2024-10-01) +Release 24.0.0 (2024-10-04) --------------------------- API Changes -^^^^^^^^ +^^^^^^^^^^^ - This is the last release that supports Python <3.8 and MongoDB <4.0 - Collection methods `insert()`, `update()` and `remove()` are deprecated in favor of @@ -14,14 +14,6 @@ API Changes in the next release. - `as_class` argument of `find()`, `find_with_cursor()` and `find_one()` is deprecated and will be removed in the next release. - - -Release UPCOMING (yyyy-mm-dd) ------------------------------ - -API Changes -^^^^^^^^^^^ - - PyMongo 4+ is now supported. If you will migrate from PyMongo 3 to PyMongo 4, please be sure to check their PyMongo's guide because newer version has a number of incompatible changes.