Skip to content

Commit a74190d

Browse files
committed
Release version 1.5.0
1 parent 880fbe6 commit a74190d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
Version 1.4.0 2018-04-16
515
````````````````````````
616

flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from flask_caching._compat import PY2, iteritems
2525

26-
__version__ = "1.4.0"
26+
__version__ = "1.5.0"
2727

2828
logger = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)