Version 3.1.4
-------------
-Unreleased
+Released 2024-05-05
- The ``xmlattr`` filter does not allow keys with ``/`` solidus, ``>``
greater-than sign, or ``=`` equals sign, in addition to disallowing spaces.
Regardless of any validation done by Jinja, user input should never be used
as keys to this filter, or must be separately validated first.
- GHSA-h75v-3vvj-5mfj
+ :ghsa:`h75v-3vvj-5mfj`
Version 3.1.3
- Fix compiler error when checking if required blocks in parent templates are
empty. :pr:`1858`
-- ``xmlattr`` filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
+- ``xmlattr`` filter does not allow keys with spaces. :ghsa:`h5c8-rqwp-cp95`
- Make error messages stemming from invalid nesting of ``{% trans %}`` blocks
more helpful. :pr:`1918`