summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1244.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1244.rst')
-rw-r--r--docs/build/unreleased/1244.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/build/unreleased/1244.rst b/docs/build/unreleased/1244.rst
deleted file mode 100644
index a32ffa0..0000000
--- a/docs/build/unreleased/1244.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug, typing, regression
- :tickets: 1244
-
- Restored the output type of :meth:`.Config.get_section` to include
- ``Dict[str, str]`` as a potential return type, which had been changed to
- immutable ``Mapping[str, str]``. When a section is returned and the default
- is not used, a mutable dictionary is returned.