From bc4899238d59cca4a9a06c98cba29979d52bd528 Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Fri, 21 Nov 2014 16:54:27 +0800 Subject: [PATCH] Update changelog for 4.2.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d51762..fe187b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changlog -## master (unreleased) +## v4.2.0 - 26 Oct 2014 - 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)