We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8342e0e commit 38d45b0Copy full SHA for 38d45b0
Changelog.rst
@@ -6,6 +6,10 @@ Changelog
6
2.2.0 (2016-01-05)
7
------------------
8
9
+Due to change in json encoding the client will no longer mask issues with
10
+encoding - if you work with non-ascii data in python 2 you must use the
11
+``unicode`` type or have proper encoding set in your environment.
12
+
13
* adding additional options for ssh - ``ssl_assert_hostname`` and
14
``ssl_assert_fingerprint`` to the default connection class
15
* fix sniffing
0 commit comments