Closed jaredbriskman closed 6 years ago
Flask exited zero-versioning, yay! Changelog here.
This upgrade makes some internal changes that may break compatibility with extensions. Tentatively tried to upgrade in 41c97e7, this seemed to break Flask_CORS, more testing is needed to see if it breaks anything else.
Also, if upgraded, definitions for after_this_request and call_after_request_callbacks can be removed, as after_this_request moves into the main module..
after_this_request
Flask exited zero-versioning, yay! Changelog here.
This upgrade makes some internal changes that may break compatibility with extensions. Tentatively tried to upgrade in 41c97e7, this seemed to break Flask_CORS, more testing is needed to see if it breaks anything else.
Also, if upgraded, definitions for after_this_request and call_after_request_callbacks can be removed, as
after_this_request
moves into the main module..