From: Mike Bayer Date: Tue, 4 Dec 2012 00:59:05 +0000 (-0500) Subject: changelog X-Git-Tag: rel_0_8_0~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850fb33094549849d48f5f181793aa9474c14e2d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 2233e3be59..6bc6bd4ce1 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,13 @@ .. changelog:: :version: 0.8.0b2 + .. change:: + :tags: sql, bug + :tickets: 2618 + + The :class:`.DECIMAL` type now honors the "precision" and + "scale" arguments when rendering DDL. + .. change:: :tags: orm, bug :tickets: 2624