Skip to content

Commit ab60427

Browse files
committed
Merge branch '3.0.x'
2 parents 9bfdc20 + 2d92a57 commit ab60427

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,17 @@ The Python bindings also provide some additional configuration properties:
8989

9090
* ``on_commit(kafka.KafkaError, list(kafka.TopicPartition))`` (**Consumer**): Callback used to indicate success or failure
9191
of commit requests.
92+
93+
Changelog
94+
=========
95+
96+
Version 3.0.1
97+
^^^^^^^^^^^^^
98+
99+
* `PR-3 <https://github.com/confluentinc/confluent-kafka-python/pull/3>`_ - Add /usr/local/lib to library_dirs in setup
100+
* `PR-4 <https://github.com/confluentinc/confluent-kafka-python/pull/4>`_ - Py3: use bytes for Message payload and key
101+
* `PR-5 <https://github.com/confluentinc/confluent-kafka-python/pull/5>`_ - Removed hard coded c extentions lib/include paths
102+
* `PR-9 <https://github.com/confluentinc/confluent-kafka-python/pull/9>`_ - Use consistent syntax highlighting (e.g. prefix commands with `$`)
103+
* `PR-17 <https://github.com/confluentinc/confluent-kafka-python/pull/17>`_ - Version bump to 0.9.1.2
104+
105+

0 commit comments

Comments
 (0)