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:11:11 -0400 |
commit | 4ef40dd85be9a108f3617f42aaec6bbd22c22cd7 (patch) | |
tree | c7ab0327a3563c38e6356fdf8ba738ed07106442 | |
parent | 38e71f52eceda944bc167f347fba6386c30a3e39 (diff) | |
download | sqlalchemy-4ef40dd85be9a108f3617f42aaec6bbd22c22cd7.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 6b48e1151..5e3a56317 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 |