]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2012 00:59:05 +0000 (19:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2012 00:59:05 +0000 (19:59 -0500)
doc/build/changelog/changelog_08.rst

index 2233e3be59bfe3f979060aa0270695e00b64c29e..6bc6bd4ce13c00a92ed2b65f0905a2e6e5556bad 100644 (file)
@@ -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