From: Mike Bayer Date: Tue, 15 Dec 2015 22:24:09 +0000 (-0500) Subject: - changelog for pullreq bitbucket:51 X-Git-Tag: rel_0_8_4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e27725c5641d6ddbe14dcea8e26c665d785df9;p=thirdparty%2Fsqlalchemy%2Falembic.git - changelog for pullreq bitbucket:51 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 75bdb2bb..e2830492 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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