summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-03-10 14:54:20 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-03-10 14:54:20 -0400
commit78874d3679fe45275d44dda40f4f1bae9a0558b7 (patch)
tree8ee4dbe8d22d68783fc40ab5e35f3a0895b1a299
parent9fee9cb87e0d13db4426664f5758c1ddad0533e3 (diff)
downloadsqlalchemy-78874d3679fe45275d44dda40f4f1bae9a0558b7.tar.gz
- changelog for pr github:154
-rw-r--r--doc/build/changelog/changelog_09.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 1f583c44a..baa8bb3d2 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,14 @@
:version: 0.9.9
.. change::
+ :tags: bug, ext, py3k
+ :pullreq: github:154
+
+ Fixed bug where the association proxy list class would not interpret
+ slices correctly under Py3K. Pull request courtesy
+ Gilles Dartiguelongue.
+
+ .. change::
:tags: feature, sqlite
:pullreq: bitbucket:42