summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 11:06:18 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 11:06:18 +0100
commit840e7e060e3537172c57a8a96cf5bc502f55b67f (patch)
treedd763c8ba649ad912c5e6740b679a7d3da042608 /CHANGES
parent8fea62d44b078fd5590ea66756963d0f0c4f3e56 (diff)
downloadjinja2-840e7e060e3537172c57a8a96cf5bc502f55b67f.tar.gz
Added a way to disable memcache error ignoring and documented the change. Also changed a bare except to an except on the exception type.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e4aa398..b7f28dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,7 @@ Version 2.7
- Allow `contextfunction` and other decorators to be applied to `__call__`.
- Added support for changing from newline to different signs in the `wordwrap`
filter.
+- Added support for ignoring memcache errors silently.
Version 2.6
-----------