From c5cf116f33a3e8b0ef3d2045f3fa3f1519271079 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 6 Aug 2021 19:59:35 +0200 Subject: [PATCH] Fixed changelog message --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53d4f98..fa5f900b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#1046](https://github.com/shlinkio/shlink/issues/1046) Dropped support for PHP 7.4. ### Fixed -* [#1098](https://github.com/shlinkio/shlink/issues/1098) Fixed errors when using a Redis Cluster for caching, caused by `doctrine/cache` not fully supporting clusters. +* [#1098](https://github.com/shlinkio/shlink/issues/1098) Fixed errors when using Redis for caching, caused by some third party lib bug that was fixed on dependencies update. ## [2.7.3] - 2021-08-02