From 94e7f17e0e507a14f30a30f4af2b0213fd9675fc Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 25 Feb 2026 11:30:49 -0500 Subject: [5.2.x] Refs #36944 -- Added missing versionchanged annotation for MAX_LENGTH_HTML change. --- docs/ref/templates/builtins.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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`` -- cgit v1.3