From 1755d69b523687db16cfc921fc07f074339b1216 Mon Sep 17 00:00:00 2001 From: Daniel Porter Date: Wed, 18 Oct 2023 20:26:35 +0100 Subject: [PATCH] Changelog updates for #6038 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3d6e797e78..50ac1efec7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,9 @@ Fixed * Avoid logging sensitive information in debug (fix #5977) +* Shells via `pywinrm` are initialized with the 65001 codepage to ensure raw string responses are UTF-8 (fix #6034) + Contributed by @stealthii + Added ~~~~~