mark top-level names as exported

This commit is contained in:
David Lord 2021-05-12 12:47:49 -07:00
parent d906c71e99
commit 89475e5d1e
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 43 additions and 41 deletions

View file

@ -8,6 +8,8 @@ Unreleased
- Re-add the ``filename`` parameter in ``send_from_directory``. The
``filename`` parameter has been renamed to ``path``, the old name
is deprecated. :pr:`4019`
- Mark top-level names as exported so type checking understands
imports in user projects. :issue:`4024`
Version 2.0.0