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 a47f2d6 commit 6b50e52Copy full SHA for 6b50e52
CHANGES
@@ -1,6 +1,13 @@
1
Changelog
2
---------
3
4
+Version 1.3.2 2017-06-25
5
+````````````````````````
6
+
7
+- Fix ``spreadsaslmemcached`` backend when using Python 3.
8
+- Fix kwargs order when memoizing a function using Python 3.6 or greater.
9
+ See `#27 <https://github.com/sh4nks/flask-caching/issues/27>`_.
10
11
Version 1.3.1 2017-06-20
12
````````````````````````
13
- Avoid breakage for environments with Werkzeug<0.12 installed because
flask_caching/__init__.py
@@ -24,7 +24,7 @@
24
25
from ._compat import PY2, iteritems
26
27
-__version__ = '1.3.1'
+__version__ = '1.3.2'
28
29
logger = logging.getLogger(__name__)
30
0 commit comments