From: Mike Bayer Date: Sat, 9 Aug 2014 22:10:38 +0000 (-0400) Subject: - changelog, fixes #3027 X-Git-Tag: rel_1_0_0b1~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c9ff9115c72f25cfcc500cd9f42e1035e54e582;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog, fixes #3027 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index e4671ed9ba..1d501f85be 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,6 +16,15 @@ .. changelog:: :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