summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 5212b492f..f253c4ca0 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.1
+=========================
+
+* [BUGFIX] FLUSHALL was not replicated nor written into the Append Only File.
+* [BUGFIX] FLUSHALL now only performs a sync SAVE if there is at least
+ one save point configured.
+
What's new in Redis 2.4.0
=========================