This patch release of the 3.9 series is released to fix a bug where the
include tag does not allow valid filename characters. For example, this
would previously fail:
{% include [email protected] %}
This release adds support for the following characters in filenames:
@-(and)+~#
Happy Jekylling!