File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ Version 1.5.0 2019-02-23
5+ ````````````````````````
6+
7+ - Add support for a Redis Sentinel Cluster.
8+ PR `#90 <https://github.com/sh4nks/flask-caching/pull/90>`_.
9+ - Parameterize the hash function so alternatives can be used.
10+ PR `#77 <https://github.com/sh4nks/flask-caching/pull/77>`_.
11+ - Include the deprecated ``werkzeug.contrib.cache`` module in Flask-Caching.
12+ PR `#75 <https://github.com/sh4nks/flask-caching/pull/75>`_.
13+
414Version 1.4.0 2018-04-16
515````````````````````````
616
Original file line number Diff line number Diff line change 2323
2424from flask_caching ._compat import PY2 , iteritems
2525
26- __version__ = "1.4 .0"
26+ __version__ = "1.5 .0"
2727
2828logger = logging .getLogger (__name__ )
2929
You can’t perform that action at this time.
0 commit comments