summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-07-31 18:50:16 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-07-31 18:50:16 -0400
commitb27ee74f18d85ce615f37bd20b4ccff281f8b815 (patch)
tree8c1d4d56a214ec49f3f51870282897dd3f9d78a1
parent8b0f4d2a92c54cde9fefa8182bbd1bb503071d49 (diff)
downloadsqlalchemy-b27ee74f18d85ce615f37bd20b4ccff281f8b815.tar.gz
fix changelog
-rw-r--r--doc/build/changelog/changelog_07.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst
index b9601f23f..697274558 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