diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-19 21:41:11 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-19 21:41:11 -0400 |
| commit | 15b3d2f5bd3ff24b06945a3243eef0d3f523db15 (patch) | |
| tree | c9da2d9d50717315399e2402d764b84cf4b76a58 | |
| parent | d657cf0600e9fa1aa49a4e27ba2063073d879987 (diff) | |
| download | sqlalchemy-15b3d2f5bd3ff24b06945a3243eef0d3f523db15.tar.gz | |
changelog for pullreq 54 gaerdbms
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0cf5e1f13..c443e2735 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,14 @@ :version: 0.8.1 .. change:: + :tags: bug, mysql + :pullreq: 54 + + Updated a regexp to correctly extract error code on + google app engine v1.7.5 and newer. Courtesy + Dan Ring. + + .. change:: :tags: bug, examples Fixed a long-standing bug in the caching example, where |
