summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`