From c62d6203d94839b1ee6d44bff5762d2ee6049aa1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 29 May 2013 18:30:56 -0400 Subject: [PATCH] changelog --- doc/build/changelog/changelog_08.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index bec8a3f059..acf4ea670c 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.8.2 + .. change:: + :tags: bug, postgresql + :tickets: 2735 + + Fixed the HSTORE type to correctly encode/decode for unicode. + This is always on, as the hstore is a textual type, and + matches the behavior of psycopg2 when using Python 3. + Courtesy Dmitry Mugtasimov. + .. change:: :tags: bug, examples -- 2.47.2