From: Mike Bayer Date: Mon, 14 Apr 2014 18:58:27 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_9_5~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4a1cf963ab5fab876ef2bc56d06b01b83d5c63;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 2363083257..05e57cf996 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ .. changelog:: :version: 0.9.5 + .. change:: + :tags: bug, py3k, tests + :tickets: 2830 + :pullreq: bitbucket:2830 + + Corrected for some deprecation warnings involving the ``imp`` + module and Python 3.3 or greater, when running tests. Pull + request courtesy Matt Chisholm. + .. change:: :tags: bug, sql :tickets: 3020, 1068