From 75a586df0f47b99758da704028cec8f729155b85 Mon Sep 17 00:00:00 2001 From: Rafal Augustyniak Date: Tue, 28 Jun 2022 13:25:15 -0400 Subject: [PATCH] update version history Signed-off-by: Rafal Augustyniak --- docs/root/intro/version_history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 2fdf016ac9..819ccd3e9c 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -24,7 +24,7 @@ Bugfixes: - Android: update Kotlin standard libraries to 1.6.21 (:issue:`#2256 <2256>`) - fix bug where finalStreamIntel was not consistently set on cancel (:issue:`#2285 <2285>`) - iOS: fix termination crash in ProvisionalDispatcher (:issue:`#2059 <2059>`) -- iOS: make headers lookup in ``HeadersBuilder`` and ``Headers`` case-insensitive (:issue:`#2383 <2383>`) +- iOS: make headers lookup in ``HeadersBuilder`` and ``Headers`` case-insensitive. Rename ``allHeaders`` method to ``caseSensitiveHeaders``. (:issue:`#2383 <2383>`) - iOS: use correct DNS resolver when using C++ config builder (:issue: `#2378 <2378 >`) Features: