From 38d45b07f41e477e6d6c61c3b1dd88c903709e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 19 Jan 2016 16:34:05 +0100 Subject: [PATCH] Adding a warning on unicode data changed in 2.2 Closes #334 --- Changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index e92824d7..5319d74e 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -6,6 +6,10 @@ Changelog 2.2.0 (2016-01-05) ------------------ +Due to change in json encoding the client will no longer mask issues with +encoding - if you work with non-ascii data in python 2 you must use the +``unicode`` type or have proper encoding set in your environment. + * adding additional options for ssh - ``ssl_assert_hostname`` and ``ssl_assert_fingerprint`` to the default connection class * fix sniffing