mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
e7efe1cf5f
commit
25739e24db
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue