]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix cahngelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Jul 2013 22:49:59 +0000 (18:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Jul 2013 22:49:59 +0000 (18:49 -0400)
doc/build/changelog/changelog_07.rst

index b9601f23fb74960802844fa262b474f275f5a804..697274558b7724c4e761e788fee5fa99c1cc5fce 100644 (file)
@@ -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