diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-29 17:09:25 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-29 17:09:25 -0400 |
commit | 23fa1b951b6aebdcd2749c9063b0053a10a0f561 (patch) | |
tree | e6d7a352c6ba8509d4a9d9f71acd4ce01c063122 | |
parent | dda72ddcf06cdbda7205653601910449c1e293f6 (diff) | |
download | sqlalchemy-23fa1b951b6aebdcd2749c9063b0053a10a0f561.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 81140fec0..bd22af469 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,15 @@ :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 :versions: 0.9.0 |