From 25739e24dbc820898cf45d120b1e794e8f6f4df1 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 2 Oct 2014 14:28:02 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 457be0d..1d51762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changlog ## master (unreleased) + - Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov) + - Invoke the `#call` method on `blacklist_response` and `throttle_response` instead of `#[]`, as per the Rack spec. (thanks @gsamokovarov) ## v4.1.1 - 11 Sept 2014 - Fix a race condition in throttles that could allow more requests than intended.