You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Changelog
4
4
Version 2.0.0
5
5
-------------
6
6
7
-
Released 2022-05-29
7
+
Released 2022-06-26
8
8
9
-
- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination.
10
-
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible.
11
-
- Add proxy to underlaying ``has`` method of cache clients
9
+
- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination.:pr:`372`
10
+
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible.:pr:`369`
11
+
- Add proxy to underlaying ``has`` method of cache clients. :pr:`356`
0 commit comments