summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2018-06-13 11:45:01 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2018-06-13 11:45:01 -0400
commit1672662bd4db98386f799fd52b60d0b9302cf80f (patch)
tree5a8c0bb6a7cb768ba53a1353d523b3e54e9fad32 /ChangeLog
parentc20deec6c303b857efcd6187f28803d575df330e (diff)
downloadpycurl-1672662bd4db98386f799fd52b60d0b9302cf80f.tar.gz
Changelog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e3332a..23b85ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
master
------
+ * Added CURLOPT_TCP_FASTOPEN and CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
+ (patch by Khavish Anshudass Bhundoo).
+
* Repaired inability to install PycURL when libcurl is using an SSL
backend other than the ones PycURL explicitly recognizes and
handles (OpenSSL, LibreSSL, BoringSSL, GnuTLS, NSS).