summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2017-08-13 13:57:42 -0700
committerDana Powers <dana.powers@gmail.com>2017-08-13 13:57:42 -0700
commit497ded919356038d57e935850346ff347b8ea6ef (patch)
treea5b9bf791ba784c74e3d3d5e91b0c94942a125c9 /CHANGES.md
parent62fc50b191c47151846238d9d54dcfcf440346d4 (diff)
downloadkafka-python-497ded919356038d57e935850346ff347b8ea6ef.tar.gz
Update sphinx/RTD changelog for 1.3.4
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4e27372..7a8c92b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@ Bugfixes
* Catch socket.errors when sending / recving bytes on wake socketpair (dpkp #1069)
* Deal with brokers that reappear with different IP address (originsmike #1085)
* Fix join-time-max and sync-time-max metrics to use Max() measure function (billyevans #1146)
-* Fixed Issue 1033.Raise AssertionError when decompression unsupported (bts-webber #1159)
+* Raise AssertionError when decompression unsupported (bts-webber #1159)
* Catch ssl.EOFErrors on Python3.3 so we close the failing conn (Ormod #1162)
* Select on sockets to avoid busy polling during bootstrap (dpkp #1175)
* Initialize metadata_snapshot in group coordinator to avoid unnecessary rebalance (dpkp #1174)