From: Mike Bayer Date: Fri, 3 Jan 2014 00:07:13 +0000 (-0500) Subject: - changelog for pullreq 9 from bitbucket X-Git-Tag: rel_0_9_1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7880d84c5b20caa80be186b62dd0c3733f1b723e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq 9 from bitbucket --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index ae706fd837..7baf0ad430 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,14 @@ .. changelog:: :version: 0.9.1 + .. change:: + :tags: bug, orm + :pullreq: bitbucket:9 + + Fixed bug where using new :attr:`.Session.info` attribute would fail + if the ``.info`` argument were only passed to the :class:`.sessionmaker` + creation call but not to the object itself. Courtesy Robin Schoonover. + .. change:: :tags: bug, orm :tickets: 2901