From: Mike Bayer Date: Sun, 29 Sep 2013 21:09:25 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_9_0b1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23fa1b951b6aebdcd2749c9063b0053a10a0f561;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 81140fec07..bd22af4698 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