From c2fd0f1fdec4376b9410fda78ad878e2d74c4e10 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 17 May 2021 13:19:49 -0700 Subject: [PATCH] update 2128 changelog --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f8a2d0f93..8a8af6e9b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,8 @@ Unreleased decorated with it report the correct type. :issue:`2113` - Fix multipart parsing bug when boundary contains special regex characters. :issue:`2125` -- Enhance type annotation for ``headers.get``. :issue:`2128` +- Type checking understands that calling ``headers.get`` with a string + default will always return a string. :issue:`2128` Version 2.0.0