From 3e0fcc24a44024f620395d75ada82855451cb3f5 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 16 Apr 2015 14:14:55 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dbb90..1e8f6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## master (unreleased) - Redis proxy passes `raw: true` (thanks @stanhu) + - Redis supports `delete` method to be consistent with Dalli (thanks @stanhu) ## v4.2.0 - 26 Oct 2014 - Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov)