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

index 59276c73a7bf5abf5bab5a15a8c89540b6a62068..22b4c7db06bcd6223eacb5c509888cf108224c75 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