]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog for pullreq #4
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 21:52:53 +0000 (17:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 21:52:53 +0000 (17:52 -0400)
docs/build/changelog.rst

index ba37203aadae3a3061520e5bbdc5356125c93ac9..5fd73fcf270dc21ade22ef6dbdd0d8cbcd219757 100644 (file)
@@ -7,6 +7,14 @@ Changelog
     :version: 0.6.1
     :released: no release date
 
+    .. change::
+      :tags: bug
+
+      Fixed bug introduced by new ``include_object`` argument where the
+      inspected column would be misinterpreted when using a user-defined
+      type comparison function, causing a KeyError or similar expression-related
+      error.  Fix courtesy Maarten van Schaik.
+
     .. change::
       :tags: bug