diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 21:59:59 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 22:04:40 -0700 |
commit | d05ca17db876055a5f584e720b1b0733116b4365 (patch) | |
tree | 94415404e88f33dcf8e64f6e970b5972ce86874d /sites/www | |
parent | c3ba66b90e9da0cce9c88fbc45894fde492edfd0 (diff) |
Changelog re #285, re #352
Conflicts:
sites/www/changelog.rst
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a652e565..5c8e02f4 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,12 @@ Changelog ========= +* :bug:`285` (also :issue:`352`) Update our Python 3 ``b()`` compatibility shim + to handle ``buffer`` objects correctly; this fixes a frequently reported + issue affecting many users, including users of the ``bzr`` software suite. + Thanks to ``@basictheprogram`` for the initial report, Jelmer Vernooij for + the fix and Andrew Starr-Bochicchio & Jeremy T. Bouse (among others) for + discussion & feedback. * :release:`1.13.1 <2014-05-07>` * :release:`1.12.4 <2014-05-07>` * :release:`1.11.6 <2014-05-07>` |