From: Mike Bayer Date: Fri, 29 Jan 2016 15:29:42 +0000 (-0500) Subject: - changelog for pr49, fixes #335 X-Git-Tag: rel_0_8_5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd882e3e10bc416c6d459bf3f3b042a116cfb697;p=thirdparty%2Fsqlalchemy%2Falembic.git - changelog for pr49, fixes #335 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 1f8265de..e493d9b0 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -6,6 +6,15 @@ Changelog .. changelog:: :version: 0.8.5 + .. change:: + :tags: bug, autogenerate + :tickets: 335 + :pullreq: bitbucket:49 + + Fixed bug where the columns rendered in a ``PrimaryKeyConstraint`` + in autogenerate would inappropriately render the "key" of the + column, not the name. Pull request courtesy Jesse Dhillon. + .. change:: :tags: bug, batch :tickets: 354