From: Mike Bayer Date: Sun, 29 Sep 2013 21:21:35 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_9_0b1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc8c40e8c58764f46aa794986c269789eb2b72b1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index b8ccde0c9f..632b0d3c65 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