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, 8 insertions, 0 deletions
diff --git a/docs/build/unreleased/1244.rst b/docs/build/unreleased/1244.rst
new file mode 100644
index 0000000..a32ffa0
--- /dev/null
+++ b/docs/build/unreleased/1244.rst
@@ -0,0 +1,8 @@
+.. 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.