- Accessing `last` on the loop context no longer causes the iterator
to be consumed into a list.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
+- Added support for changing from newline to different signs in the `wordwrap`
+ filter.
Version 2.6
-----------
split words apart if they are longer than `width`. By default, the newlines
will be the default newlines for the environment, but this can be changed
using the wrapstring keyword argument.
+
+ .. versionadded:: 2.7
+ Added support for the `wrapstring` parameter.
"""
if not wrapstring:
wrapstring = environment.newline_sequence