]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq 9 from bitbucket
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jan 2014 00:07:13 +0000 (19:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jan 2014 00:07:13 +0000 (19:07 -0500)
doc/build/changelog/changelog_09.rst

index ae706fd837024a6dc8477fe721caf028cd120510..7baf0ad430972e5ee8e9916420372354264e0dd7 100644 (file)
 .. 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