From: Mike Bayer Date: Sun, 29 Sep 2013 21:09:25 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef40dd85be9a108f3617f42aaec6bbd22c22cd7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 6b48e1151d..5e3a563177 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,15 @@ .. changelog:: :version: 0.8.3 + .. change:: + :tags: feature, sql + :tickets: 2821 + :versions: 0.9.0 + + ``repr()`` for the :class:`.URL` of an :class:`.Engine` + will now conceal the password using asterisks. + Courtesy Gunnlaugur Þór Briem. + .. change:: :tags: bug, orm :tickets: 2818