summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-05-07 11:30:17 -0600
committerGitHub <noreply@github.com>2021-05-07 11:30:17 -0600
commit56c5baff2364975d340b8b2edd41f8b8be1c0cc0 (patch)
treed458b8b5cd692185e935d9ef02408ba79e51c940 /doc
parent3914cc032682026bcf5ee09d445bddebae3d6f20 (diff)
parent5355d10b6416ef77d56c634a4f7674b3c3e092ac (diff)
downloadnumpy-56c5baff2364975d340b8b2edd41f8b8be1c0cc0.tar.gz
Merge pull request #18934 from BvB93/rel
DOC: Add a release note for the improved placeholder annotations
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/18934.improvement.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18934.improvement.rst b/doc/release/upcoming_changes/18934.improvement.rst
new file mode 100644
index 000000000..582062f2f
--- /dev/null
+++ b/doc/release/upcoming_changes/18934.improvement.rst
@@ -0,0 +1,5 @@
+Placeholder annotations have been improved
+------------------------------------------
+All placeholder annotations, that were previously annotated as ``typing.Any``,
+have been improved. Where appropiate they have been replaced with explicit
+function definitions, classes or other miscellaneous objects.