aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAdriano Scoditti <adriano.scoditti@gmail.com>2019-11-19 15:26:39 +0100
committerDavid Lord <davidism@gmail.com>2019-11-20 06:16:05 -0800
commit70ea1d3e224638aa7db10e7814105a590c09cdff (patch)
tree5187be16ef255ed0ef4bc2e259226ac91a60e622 /CHANGES.rst
parent540b260198285f0ed41fbe80c0b1b6f13be579c1 (diff)
downloadjinja-70ea1d3e224638aa7db10e7814105a590c09cdff.tar.gz
use 'callable' instead of typechecking to inject context
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 07528541..31aa4804 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -75,6 +75,8 @@ Unreleased
lines. :issue:`175`
- Add ``break_on_hyphens`` parameter to ``|wordwrap`` filter.
:issue:`550`
+- Use :func:`callable` to inject context at runtime for compatibility
+ with Cython compiled functions. :pr:`1108`
Version 2.10.3