summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-29 18:30:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-29 18:34:29 -0400
commitc62d6203d94839b1ee6d44bff5762d2ee6049aa1 (patch)
treea87dbc942a32b8762aa7675da9cf87dab2d10674 /doc
parentf91df04b05e9cfcd043b94fafbaf0eed16774379 (diff)
downloadsqlalchemy-c62d6203d94839b1ee6d44bff5762d2ee6049aa1.tar.gz
changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index bec8a3f05..acf4ea670 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,15 @@
: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
Fixed a small bug in the dogpile example where the generation