summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-02-25 11:30:49 -0500
committernessita <124304+nessita@users.noreply.github.com>2026-03-02 16:18:12 -0300
commit94e7f17e0e507a14f30a30f4af2b0213fd9675fc (patch)
tree36f487194fdf539f8b1398ff9861f58ebe476107
parent951fe8b0257cd4163a4b9639a10e5fa9b8cbcb92 (diff)
[5.2.x] Refs #36944 -- Added missing versionchanged annotation for MAX_LENGTH_HTML change.
-rw-r--r--docs/ref/templates/builtins.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 11bc1a4f91..8ef608df9b 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2756,6 +2756,10 @@ Newlines in the HTML content will be preserved.
Processing large, potentially malformed HTML strings can be
resource-intensive and impact service performance.
+.. versionchanged:: 5.1
+
+ The input limit of five million characters was removed.
+
.. templatefilter:: truncatewords
``truncatewords``
@@ -2803,6 +2807,10 @@ Newlines in the HTML content will be preserved.
Processing large, potentially malformed HTML strings can be
resource-intensive and impact service performance.
+.. versionchanged:: 5.1
+
+ The input limit of five million characters was removed.
+
.. templatefilter:: unordered_list
``unordered_list``