diff options
author | David Lord <davidism@gmail.com> | 2021-05-08 13:03:15 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2021-05-08 13:03:15 -0700 |
commit | be15556dbaebc4ab45d3f5f5d34874279831103c (patch) | |
tree | a84a778972947c9b3f82ccf5ae6e7358984a9b4b /CHANGES.rst | |
parent | ac8d8d69fe3e0eb81251867218c67193a086e427 (diff) | |
download | jinja2-be15556dbaebc4ab45d3f5f5d34874279831103c.tar.gz |
add type annotations
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 950b4e5..bebdb98 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ Unreleased - Bump MarkupSafe dependency to >=1.1. - Bump Babel optional dependency to >=2.1. - Remove code that was marked deprecated. +- Add type hinting. :pr:`1412` - Use :pep:`451` API to load templates with :class:`~loaders.PackageLoader`. :issue:`1168` - Fix a bug that caused imported macros to not have access to the |