Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
update changelog to reflect reality
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Dec 14, 2016
1 parent aa30424 commit 5b1d1c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

2.6.0.dev2 (2016-12-14)
-----------------------

`Compare 2.6.0.dev2`_

.. _Compare 2.6.0.dev2: https://github.com/Parsely/pykafka/compare/2.6.0.dev1...2.6.0.dev2

Bug Fixes
---------

* Handled `struct.error` exceptions in `Producer._send_request`

2.6.0.dev1 (2016-12-8)
----------------------

Expand All @@ -21,7 +33,6 @@ Bug Fixes
* Changed components to use `six.reraise` to raise worker thread exceptions for easier
debugging
* Included message offset in messages returned from `Producer` delivery reports
* Handled `struct.error` exceptions in `Producer._send_request`
* Changed protocol implementation to parse `ConsumerGroupProtocolMetadata` from
bytestrings returned from Kafka

Expand Down

0 comments on commit 5b1d1c1

Please sign in to comment.