summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-09-24 21:18:55 -0400
committerDavid Arthur <mumrah@gmail.com>2013-09-24 21:20:00 -0400
commitc0d2cac66940bf477c008e65c9d2bbcd79f030a0 (patch)
treeee5dc075a7d9ec86633bf4e0076a522e70da0ab4 /CHANGES.md
parent9af7b817c17a8d8c08e60607f117c8ac46668eda (diff)
downloadkafka-python-c0d2cac66940bf477c008e65c9d2bbcd79f030a0.tar.gz
Fix #44 Add missing exception classv0.8.0
Also move the exceptions to common instead of util
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5388117..5c9f6a1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,3 +5,5 @@
* Adding fetch_size_bytes to SimpleConsumer constructor to allow for user-configurable fetch sizes
* Allow SimpleConsumer to automatically increase the fetch size if a partial message is read and no other messages were read during that fetch request. The increase factor is 1.5
+
+* Exception classes moved to kafka.common