summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2018-05-21 22:41:43 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2018-05-21 23:51:10 -0400
commit427370516a737bc22b5e76139157259a68c1cb71 (patch)
treea9cd38c4b8a96340d2235ebe27f795c8fc59d910 /ChangeLog
parent55e8148c1467e185067219b25cea5f81ee370c0c (diff)
downloadpycurl-427370516a737bc22b5e76139157259a68c1cb71.tar.gz
Add getinfo_raw to return getinfo data as byte strings.
Fixes #230, #493
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72fd340..e53ede3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
master
------
+ * Added getinfo_raw method to Curl objects to return byte strings
+ as is from libcurl without attempting to decode them
+ (GitHub issue #493).
+
* When adding a Curl easy object to CurlMulti via add_handle,
the easy objects now have their reference counts increased so that
the application is no longer required to keep references to them