summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-12 12:34:42 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 11:49:15 +0100
commitdaf88e778bd39d908dca9efc3571d37adbd2ff4a (patch)
tree33728fc5bb7d392a9003ef2886b0da0a338abf60 /docs
parent31878b4d7387835c5cec5e7fc5b473b737065a58 (diff)
Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 9fc612f418..f5b4f532a9 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -305,4 +305,4 @@ to remove usage of these features.
See :ref:`deprecated-features-4.1` for details on these changes, including how
to remove usage of these features.
-* ...
+* The ``SitemapIndexItem.__str__()`` method is removed.