diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 5212b492..f253c4ca 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 =========================