From 298326412e416ee56634e53fc32a7101b5324a30 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Thu, 14 Mar 2019 20:42:03 -0700 Subject: Forgot compatibility section in docs/changelog.rst --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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) ########## -- cgit v1.2.1