- Documentation fix - AsyncBackend API reference was missing
1.0.0
-------------
- Async support has been added - Switching CI from Travis to GitHub Actions
0.3.4
-------------
- Falcon 3.0.0 has renamed the `Response.body` to `Response.text`
0.3.3
-------------
- Fixing the issue with multiple decorators when `cache.cached()` is not the topmost one - Fixing document readability issues in Sphinx
0.3.1
-------------
- Added a new memoize() method to cache arbitrary methods with their arguments
0.3.0
-------------
- `Cache.memoize()` and `Cache.delete_memoized()` methods were added to allow you to cache the result of other non-resource related functions with their argurments.