From: Mike Bayer Date: Fri, 27 Sep 2013 03:15:12 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_6_1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9b71fea8f8c33025872a1d04d7cea7f0821050;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 5284e30c..13cf8ca3 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -7,6 +7,13 @@ Changelog :version: 0.6.1 :released: no release date + .. change:: + :tags: bug + :tickets: 145 + + Fixed py3k bug where the wrong form of ``next()`` was being called + when using the list_templates command. Courtesy Chris Wilkes. + .. change:: :tags: feature :tickets: 107