summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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``