summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-05-12 09:59:47 -0700
committerGitHub <noreply@github.com>2021-05-12 09:59:47 -0700
commite4301614347d20b90d7fad943a52e9f19bee6be9 (patch)
treee40fdccd862e62e1d41d34498fe7cf7306ae1fca /CHANGES.rst
parent8a04bb0f3e9dff149e966c74902e3bc8801e7a72 (diff)
parent5295f0402644a1e3748e8c5891638743c5eaa5cc (diff)
downloadclick-e4301614347d20b90d7fad943a52e9f19bee6be9.tar.gz
Merge pull request #1887 from pallets/update-typing
Update typing
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3474ed2..3132f5e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,12 @@ Version 8.0.1
Unreleased
+- Mark top-level names as exported so type checking understand imports
+ in user projects. :issue:`1879`
+- Annotate ``Context.obj`` as ``Any`` so type checking allows all
+ operations on the arbitrary object. :issue:`1885`
+- Fix some types that weren't available in Python 3.6.0. :issue:`1882`
+
Version 8.0.0
-------------