0.16.1
Bug fixes:
- Fix detection of unhandled exceptions in error handler for Flask=>1.1.0
(:pr:82
).
Other changes:
- Bump minimum Flask version to 1.1.0. From this version on, uncaught
exceptions are passed to the error handler asInternalServerError
with
the exception attached asoriginal_exception
attribute. (:pr:82
)