From e9eaefd999a9c8b7331125310b3c9638e4848c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 4 Dec 2013 15:10:31 +0100 Subject: [PATCH] Add a note to changelog about the unicode fix --- Changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.rst b/Changelog.rst index 60f4a0b8..6373ed97 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,6 +12,7 @@ Changelog operation * `helpers.bulk` and `helpers.streaming_bulk` are no longer limitted to just index operations. + * unicode body (for `incices.analyze` for example) is now handled correctly 0.4.3 -----