From 33ae09d13860af9ce67e34c273e7558056914f0a Mon Sep 17 00:00:00 2001 From: Nadia Mayor Date: Tue, 1 Aug 2023 17:37:44 -0300 Subject: [PATCH] Updatee CHANGES --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f920ad693..44b8d4593 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ 4.8.1 (Aug 1, 2023) -- Added the checkstyle linter. -- Fixed the use case when the prefix is empty for Redis. +- Applied linting rules to the code. +- Fixed an issue when the prefix is empty for Redis settings. 4.8.0 (Jul 18, 2023) - Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.