summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt
index 82378b16a0..081b56991d 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`).