Skip to content

Commit

Permalink
updating changelog for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 25, 2020
1 parent cb29d79 commit 0641bfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Changelog
=========

1.2.0 2020-02-25
----------------
* Add `override_defaults` argument to decorated limits to allow combinined defaults with decorated limits.
* Add configuration parameter RATELIMIT_DEFAULTS_PER_METHOD to control whether defaults are applied per method.
* Add support for in memory fallback without override (`Pull Request 236 <https://github.com/alisaifee/flask-limiter/pull/236>`_)
* Bug fix

* Ensure defaults are enforced when decorated limits are skipped (`Issue 238 <https://github.com/alisaifee/flask-limiter/issues/238>`_)

1.1.0 2019-10-02
----------------
* Provide Rate limit information with Exception (`Pull Request 202 <https://github.com/alisaifee/flask-limiter/pull/202>`_)
Expand Down Expand Up @@ -283,5 +292,6 @@ Changelog






0 comments on commit 0641bfd

Please sign in to comment.