]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:09:25 +0000 (17:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:11:11 +0000 (17:11 -0400)
doc/build/changelog/changelog_08.rst

index 6b48e1151d622c9984fd2b83b590210283167365..5e3a563177d1912fef5da366bf6d0d646950d18d 100644 (file)
 .. 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