summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2020-01-14 23:37:26 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2020-01-14 23:37:57 -0500
commit922c2fe39d121a24cc76b491b620345c3fa8e2e1 (patch)
treeda53d6bf9fb80a155d324fefd0bc1f3c4bf7fc90 /ChangeLog
parentfa1203a85e0cb5647a7a2435e84de539978b5482 (diff)
downloadpycurl-922c2fe39d121a24cc76b491b620345c3fa8e2e1.tar.gz
Update changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90eed22..2405a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+master
+------
+
+ * Python 2 is no longer officially supported.
+
+ * Improved thread safety of multi code.
+
+ * Added Python 3.8 support (patch by Michael Treanor).
+
+ * Fixed link order when linking statically against OpenSSL (patch by
+ Ashley Whetter).
+
+ * Fixed Darwin detection.
+
+ * Added support for wolfSSL (patch by Eneas U de Queiroz).
+
+ * Added PROXY_SSL_VERIFYHOST (patch by Amir Rossert).
+
+
Version 7.43.0.3 [requires libcurl-7.19.0 or better] - 2019-06-17
-----------------------------------------------------------------