diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-06-01 16:55:06 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-06-01 16:55:06 -0700 |
commit | 21dae47b3858ebee23b4e9ce88541b7cb0793de5 (patch) | |
tree | 50b3d144e1080f8627d88902b7200230702e21f1 /docs | |
parent | 8805d30b781b95786e8f6fc2fa0a24e6e2bd270d (diff) | |
download | kafka-python-21dae47b3858ebee23b4e9ce88541b7cb0793de5.tar.gz |
Patch Release 1.2.11.2.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 6d895ee..3d4f606 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +1.2.1 (June 1, 2016) +#################### + +Bugfixes +-------- +* Fix regression in MessageSet decoding wrt PartialMessages (#716) +* Catch response decode errors and log details (#715) +* Fix Legacy support url (#712 - JonasGroeger) +* Update sphinx docs re 0.10 broker support + + 1.2.0 (May 24, 2016) #################### |