]> 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:09:25 +0000 (17:09 -0400)
doc/build/changelog/changelog_08.rst

index 81140fec0759e34a2674735519a080b986fa3ee4..bd22af4698cc99b1b0d9cd4f2f17e33fe0719070 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