summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2019-03-14 20:42:03 -0700
committerDana Powers <dana.powers@gmail.com>2019-03-14 20:42:03 -0700
commit298326412e416ee56634e53fc32a7101b5324a30 (patch)
tree6fd1bd1598e99339f9f7425fb617f4697240ce23
parent7e045f29a61d8df0933446932686c965c76064e2 (diff)
downloadkafka-python-298326412e416ee56634e53fc32a7101b5324a30.tar.gz
Forgot compatibility section in docs/changelog.rst
-rw-r--r--docs/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1852f9b..9d8a519 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -51,6 +51,14 @@ Test Infrastructure
* Travis CI: 'sudo' tag is now deprecated in Travis (cclauss / PR #1698)
* Use Popen.communicate() instead of Popen.wait() (Baisang / PR #1689)
+Compatibility
+-------------
+* Catch thrown OSError by python 3.7 when creating a connection (danjo133 / PR #1694)
+* Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (jeffwidman, dpkp / PR #1614)
+* Drop dependency on sphinxcontrib-napoleon (stanislavlevin / PR #1715)
+* Remove unused import from kafka/producer/record_accumulator.py (jeffwidman / PR #1705)
+* Fix SSL connection testing in Python 3.7 (seanthegeek, silentben / PR #1669)
+
1.4.4 (Nov 20, 2018)
##########