diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 82378b16a03..081b56991db 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -16,3 +16,6 @@ Bugfixes * Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter`` class in an attempt to fix a random crash involving ``LooseVersion`` (:ticket:`29959`). + +* Fixed keep-alive support in ``runserver`` after it was disabled to fix + another issue in Django 2.0 (:ticket:`29849`).