diff --git a/docs/changelog.rst b/docs/changelog.rst index 6c8af07c8..2c24023fb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,24 @@ Changelog ========= +v4.1.0 (2020-10-22) +------------------- + +Improvements +^^^^^^^^^^^^ + +* Add the :fixture:`async_client` and :fixture:`async_rf` fixtures (#864). + +* Add :ref:`django_debug_mode ` to configure how ``DEBUG`` is set in tests (#228). + +* Documentation improvements. + +Bugfixes +^^^^^^^^ + +* Make :fixture:`admin_user` work for custom user models without an ``email`` field. + + v4.0.0 (2020-10-16) -------------------