From: Mike Bayer Date: Sat, 20 Apr 2013 01:41:11 +0000 (-0400) Subject: changelog for pullreq 54 gaerdbms X-Git-Tag: rel_0_8_1~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b3d2f5bd3ff24b06945a3243eef0d3f523db15;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for pullreq 54 gaerdbms --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0cf5e1f13c..c443e2735d 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,14 @@ .. changelog:: :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