mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Update changelog for v4.0.0
This commit is contained in:
parent
e1d736f0f0
commit
430672d8f4
2 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
## v4.0.0 - 28 April 2014
|
||||
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
|
||||
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
|
||||
* Rack::Attack.new returns an instance to ease testing. (thanks @stevehodgkiss)
|
||||
[Changing a module to a class is not backwards compatible, hence v4.0.0.]
|
||||
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
|
||||
* Test more dalli versions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '3.1.0'
|
||||
VERSION = '4.0.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue