]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge branch 'stable'
authorDavid Lord <davidism@gmail.com>
Wed, 5 Mar 2025 20:15:40 +0000 (12:15 -0800)
committerDavid Lord <davidism@gmail.com>
Wed, 5 Mar 2025 20:15:40 +0000 (12:15 -0800)
1  2 
CHANGES.rst

diff --cc CHANGES.rst
index 5019208e4f7007f88d35070e177f4f491efe9a8a,2844c4c010f4bf99f7b03322d5d1839024d3434f..fd6c1a929122de2da903e7ecb7787ae91eb7dfaa
@@@ -1,16 -1,14 +1,25 @@@
  .. currentmodule:: jinja2
  
 +Version 3.2.0
 +-------------
 +
 +Unreleased
 +
 +-   Drop support for Python 3.7.
 +-   Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
 +    :pr:`1793`
 +-   Use ``flit_core`` instead of ``setuptools`` as build backend.
 +
 +
+ Version 3.1.6
+ -------------
+ Released 2025-03-05
+ -   The ``|attr`` filter does not bypass the environment's attribute lookup,
+     allowing the sandbox to apply its checks. :ghsa:`cpwx-vrp4-4pq7`
  Version 3.1.5
  -------------