We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced700f commit f95c903Copy full SHA for f95c903
CHANGES
@@ -1,6 +1,17 @@
1
Changelog
2
---------
3
4
+Version 1.7.0 2019-03-29
5
+````````````````````````
6
+
7
+**This is the last version supporting Python 2!**
8
9
+- Added a feature called 'response_filter' which enables one to only
10
+ cache views depending on the response code.
11
+ PR `#99 <https://github.com/sh4nks/flask-caching/pull/99>`_.
12
+- A DeprecationWarning got turned into a TypeError.
13
14
15
Version 1.6.0 2019-03-06
16
````````````````````````
17
flask_caching/__init__.py
@@ -23,7 +23,7 @@
23
24
from flask_caching._compat import PY2, iteritems
25
26
-__version__ = "1.6.0"
+__version__ = "1.7.0"
27
28
logger = logging.getLogger(__name__)
29
0 commit comments