------------------ - fix deprecation warning for pytest
1.3.0
------------------ - improve documentation (`133 <https://github.com/jugmac00/flask-reuploaded/issues/133>`_) - drop support for Python 3.6 - add support for Python 3.11 - update dependencies for building documentation
1.2.0
------------------ - add contexts to coverage report - pin documentation dependencies to prevent future breakage - fix typing errors (mypy) with recently released Flask 2.0.1 - add support for Python 3.10
1.1.0
------------------ - make type checkers aware that this library is using type annotations
1.0.0
------------------ - raise test coverage to 100% - use official `Pallets` theme for the documentation - remove deprecated `patch_request_class` helper function; use `MAX_CONTENT_LENGTH` instead. - `autoserve` now has been deactivated by default and needs explicit activation via the setting `UPLOADS_AUTOSERVE=True`
0.5.0
----- - improve documentation of example app - document surprising `autoserve` feature - issue a warning when using `autoserve` without explicit configuration