From: Mike Bayer Date: Wed, 31 Jul 2013 22:49:43 +0000 (-0400) Subject: fix changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa927b71d3ba542b7aded88952908da875e2dc8c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix changelog --- diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 59276c73a7..22b4c7db06 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -12,7 +12,7 @@ Fixed bug in common table expression system where if the CTE were used only as an ``alias()`` construct, it would not render using the - WITH keyword. Also in 0.8.3, 0.7.11. + WITH keyword. .. change:: :tags: bug, sql