summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-27 19:58:22 -0500
committerTim Graham <timograham@gmail.com>2019-01-17 10:52:16 -0500
commit7c66aaa2b6a427fc85131c97cbf6c816c2f07aa0 (patch)
tree40d60285e904732d1c33a308711efe5f0ec750b1 /docs
parent8045dff98c2533e7e99ce82f80292fc6f3bb7e1f (diff)
Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index ac69ab8714..9b2df51f6f 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -242,6 +242,8 @@ to remove usage of these features.
* The ``DEFAULT_CONTENT_TYPE`` setting is removed.
+* ``HttpRequest.xreadlines()`` is removed.
+
See :ref:`deprecated-features-2.1` for details on these changes, including how
to remove usage of these features.