From: Mike Bayer Date: Sun, 29 Sep 2013 21:21:35 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b8ce4ecf611feedea6403c15faffdfc84da203;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 8ff27fb012..0cfeedf8d8 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,15 @@ .. changelog:: :version: 0.8.3 + .. change:: + :tags: bug, postgresql + :tickets: 2819 + :versions: 0.9.0 + + Fixed bug where Postgresql version strings that had a prefix preceding + the words "Postgresql" or "EnterpriseDB" would not parse. + Courtesy Scott Schaefer. + .. change:: :tags: feature, engine :tickets: 2821