From: Mike Bayer Date: Tue, 10 Mar 2015 18:54:20 +0000 (-0400) Subject: - changelog for pr github:154 X-Git-Tag: rel_1_0_0b1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78874d3679fe45275d44dda40f4f1bae9a0558b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pr github:154 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 1f583c44a0..baa8bb3d21 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,14 @@ .. changelog:: :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