changelog to fix #2988

This commit is contained in:
Mike Bayer
2014-03-22 16:36:06 -04:00
parent 8459c27273
commit c464960fdd
+10
View File
@@ -14,6 +14,16 @@
.. changelog::
:version: 0.9.4
.. change::
:tags: bug, sql
:tickets: 2988
:pullreq: github:78
Fixed an 0.9 regression where a :class:`.Table` that failed to
reflect correctly wouldn't be removed from the parent
:class:`.MetaData`, even though in an invalid state. Pullreq
courtesy Roman Podoliaka.
.. change::
:tags: bug, engine