Skip to content

Commit

Permalink
Update changelog for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 28, 2022
1 parent cd6bb84 commit 9bc1518
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,23 @@
Changelog
=========

v3.0.0
------
Release Date: 2022-12-28

* Breaking changes

* Change order of extension constructor arguments to only require
``key_func`` as the first positional argument and all other arguments
as keyword arguments.
* Separate positional/keyword arguments in limit/shared_limit decorators
* Remove deprecated config variable RATELIMIT_STORAGE_URL
* Remove legacy backward compatibility path for flask < 2

* Features

* Allow scoping regular limit decorators / context managers

v3.0.0b2
--------
Release Date: 2022-12-28
Expand Down Expand Up @@ -863,5 +880,6 @@ Release Date: 2014-02-13






0 comments on commit 9bc1518

Please sign in to comment.