diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5e7c1..0aa9445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari) * Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss) * Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn) + * Test more dalli versions. ## v3.0.0 - 15 March 2014 * Change default blacklisted response to 403 Forbidden (thanks @carpodaster). diff --git a/README.md b/README.md index 7f5a8c5..b8d1d55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Rack::Attack!!! -*A DSL for blocking & throttling abusive clients* +*Rack middleware for blocking & throttling abusive requests* Rack::Attack is a rack middleware to protect your web app from bad clients. It allows *whitelisting*, *blacklisting*, *throttling*, and *tracking* based on arbitrary properties of the request.