Skip to content

Commit 38d45b0

Browse files
committed
Adding a warning on unicode data changed in 2.2
Closes elastic#334
1 parent 8342e0e commit 38d45b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changelog
66
2.2.0 (2016-01-05)
77
------------------
88

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+
913
* adding additional options for ssh - ``ssl_assert_hostname`` and
1014
``ssl_assert_fingerprint`` to the default connection class
1115
* fix sniffing

0 commit comments

Comments
 (0)