summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-31 17:31:20 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-31 17:31:20 -0500
commit1cf18e5cbb62b3764c1722c62c7ccb4440c2d735 (patch)
treecbbeb75e21265b2cad57a4ab665863acaafec1e6
parente7f906f5e6671c0ba27e3ccee16afef407205a44 (diff)
downloadsqlalchemy-1cf18e5cbb62b3764c1722c62c7ccb4440c2d735.tar.gz
changelog
-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 c65fcdd40..1885ddf37 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,15 @@
:version: 0.8.5
.. change::
+ :tags: bug, py3k
+ :pullreq: github:63
+
+ Fixed Py3K bug where a missing import would cause "literal binary"
+ mode to fail to import "util.binary_type" when rendering a bound
+ parameter. 0.9 handles this differently. Pull request courtesy
+ Andreas Zeidler.
+
+ .. change::
:tags: bug, orm
:versions: 0.9.2
:pullreq: github:58