Changelog
=========


Version 1.0.1
-------------

- Switching CI from Travis to GitHub Actions


Version 1.0.0
-------------

- Async support has been added in experimental mode

Version 0.1.2
-------------

- Fixing the issue with multiple decorators when `@limiter.limit()` is not the topmost one

Version 0.1.1
-------------

- Fixing document readability issues in Sphinx

Version 0.1.0
-------------

- Added the ability to supply a custom `key_func` on the class/methods decorators
- Added the dynamic_limits parameter allowing limits to be built at request time


Version 0.0.1
-------------

- Initial public release