diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.4.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 55d845305c..43c9ae25c5 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -145,6 +145,14 @@ A new helper function, ``template.Library`` to ease the creation of template tags that store some data in a specified context variable. +``truncatechars`` template filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Added a filter which truncates a string to be no longer than the specified +number of characters. Truncated strings end with a translatable ellipsis +sequence ("..."). See the :tfilter:`truncatechars docs <truncatechars>` for +more details. + CSRF improvements ~~~~~~~~~~~~~~~~~ |
