summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-09 18:10:38 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-09 18:10:38 -0400
commit2c9ff9115c72f25cfcc500cd9f42e1035e54e582 (patch)
tree2f0bf249d79247ac22ec5822ea0b88cd2dbbe32d
parentae441810e0bcefefcda0e197dbf96dd572e0027b (diff)
downloadsqlalchemy-2c9ff9115c72f25cfcc500cd9f42e1035e54e582.tar.gz
- changelog, fixes #3027
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index e4671ed9b..1d501f85b 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -17,6 +17,15 @@
:version: 1.0.0
.. change::
+ :tags: sql, feature
+ :tickets: 3027
+ :pullrequest: bitbucket:29
+
+ The :paramref:`.Table.autoload_with` flag now implies that
+ :paramref:`.Table.autoload` should be ``True``. Pull request
+ courtesy Malik Diarra.
+
+ .. change::
:tags: mysql, bug
The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`