Skip to content

Commit 94e7f17

Browse files
jacobtylerwallsnessita
authored andcommitted
[5.2.x] Refs #36944 -- Added missing versionchanged annotation for MAX_LENGTH_HTML change.
1 parent 951fe8b commit 94e7f17

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/ref/templates/builtins.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,6 +2756,10 @@ Newlines in the HTML content will be preserved.
27562756
Processing large, potentially malformed HTML strings can be
27572757
resource-intensive and impact service performance.
27582758

2759+
.. versionchanged:: 5.1
2760+
2761+
The input limit of five million characters was removed.
2762+
27592763
.. templatefilter:: truncatewords
27602764

27612765
``truncatewords``
@@ -2803,6 +2807,10 @@ Newlines in the HTML content will be preserved.
28032807
Processing large, potentially malformed HTML strings can be
28042808
resource-intensive and impact service performance.
28052809

2810+
.. versionchanged:: 5.1
2811+
2812+
The input limit of five million characters was removed.
2813+
28062814
.. templatefilter:: unordered_list
28072815

28082816
``unordered_list``

0 commit comments

Comments
 (0)