From: Mike Bayer Date: Wed, 31 Jul 2013 22:49:59 +0000 (-0400) Subject: fix cahngelog X-Git-Tag: rel_0_8_3~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d060052b52ced66ad15cebb32825414f4201bb58;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix cahngelog --- diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index b9601f23fb..697274558b 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