diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-08 17:54:48 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-08 17:54:48 -0400 |
commit | 15bfeb48cb5112056513f1e255a8c7583a31bb56 (patch) | |
tree | ac9cc7f607a5034c762e5655bfa8af3c673479aa | |
parent | 46abb87ef46cf3268ca2c7b921282e2f8adb05cd (diff) | |
download | sqlalchemy-15bfeb48cb5112056513f1e255a8c7583a31bb56.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index d79badd4d..432c2a99d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,14 @@ :version: 0.9.5 .. change:: + :tags: bug, testsuite + :pullreq: github: 95 + + In public test suite, shanged to use of ``String(40)`` from + less-supported ``Text`` in ``StringTest.test_literal_backslashes``. + Pullreq courtesy Jan. + + .. change:: :tags: bug, engine :versions: 1.0.0 :tickets: 3063 |