]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pullreq bitbucket:51
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 22:24:09 +0000 (17:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 22:24:09 +0000 (17:24 -0500)
docs/build/changelog.rst

index 75bdb2bb695d71c1b4bbfb4f7bc2a0b2181805e5..e2830492c4ae5e6d1549e6e84d60ce3b2ef58363 100644 (file)
@@ -6,6 +6,16 @@ Changelog
 .. changelog::
     :version: 0.8.4
 
+    .. change::
+      :tags: feature, versioning
+      :pullreq: bitbucket:51
+
+      A major improvement to the hash id generation function, which for some
+      reason used an awkward arithmetic formula against uuid4() that produced
+      values that tended to start with the digits 1-4.  Replaced with a
+      simple substring approach which provides an even distribution.  Pull
+      request courtesy Antti Haapala.
+
     .. change::
       :tags: feature, autogenerate
       :pullreq: github:20