From 45087ecb9d0555af21a5d9feaa9a574c4eb15c77 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 10 Apr 2021 20:38:45 +0300 Subject: [PATCH] Release 4.2.0 --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0cfe964fe..9d59a7e9e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +v4.2.0 (2021-04-10) +------------------- + +Improvements +^^^^^^^^^^^^ + +* Official Django 3.2 support. + +* Documentation improvements. + +Bugfixes +^^^^^^^^ + +* Disable atomic durability check on non-transactional tests (#910). + + v4.1.0 (2020-10-22) -------------------