Skip to content

Commit

Permalink
Update changelog for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 29, 2022
1 parent 0da026b commit 745964a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Changelog
=========

v3.1.0
------
Release Date: 2022-12-29

* Feature

* Skip logging an error if a decorated limit uses a callable
to return the "current" rate limit and returns an empty string.
Treat this is a signal that the rate limit should be skipped for
this request.

v3.0.0
------
Release Date: 2022-12-28
Expand All @@ -20,6 +31,10 @@ Release Date: 2022-12-28

* Allow scoping regular limit decorators / context managers

v3.1.0
------
Release Date: 2022-12-29

v3.0.0b2
--------
Release Date: 2022-12-28
Expand All @@ -35,6 +50,10 @@ Release Date: 2022-12-28
* Simplify registration of decorated function & blueprint limits


v3.1.0
------
Release Date: 2022-12-29

v3.0.0b1
--------
Release Date: 2022-12-26
Expand Down Expand Up @@ -881,5 +900,6 @@ Release Date: 2014-02-13






0 comments on commit 745964a

Please sign in to comment.