summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2014-09-09 14:08:54 -0700
committerDana Powers <dana.powers@rd.io>2014-09-09 14:08:54 -0700
commitf806c24d849928c95342d2b82a9d2d9507ba175a (patch)
treeea7633314a9c87f186051afbdcd3e0e2f123863b /CHANGES.md
parentced450087c1e1e87d3b86e30031c364a5170bc9d (diff)
downloadkafka-python-f806c24d849928c95342d2b82a9d2d9507ba175a.tar.gz
Add recent PR merges to Changelog for 0.9.3
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f7e5ffa..a88a690 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+# 0.9.3 (Unreleased)
+
+* Metadata Refactor (dpkp PR 223)
+* Add Python 3 support (brutasse/wizzat - PR 227)
+* Minor cleanups - imports / README / PyPI classifiers (dpkp - PR 221)
+* Fix socket test (dpkp - PR 222)
+* Fix exception catching bug in test_failover_integration (zever - PR 216)
+
# 0.9.2 (Aug 26, 2014)
* Warn users that async producer does not reliably handle failures (dpkp - PR 213)