From: Mike Bayer Date: Sat, 2 Feb 2013 22:00:54 +0000 (-0500) Subject: changelog for 0.7 X-Git-Tag: rel_0_8_0~24^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681a0b1d674135b498e98e82fa8527b505fb404a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for 0.7 --- diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index b1e2252a8b..2de3d6f1b2 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -8,6 +8,14 @@ :version: 0.7.10 :released: + .. change:: + :tags: sql, bug + :tickets: 2594, 2584 + + Backported adjustment to ``__repr__`` for + :class:`.TypeDecorator` to 0.7, allows :class:`.PickleType` + to produce a clean ``repr()`` to help with Alembic. + .. change:: :tags: sql, bug :tickets: 2643