From 62b984eb61e052ca06796c365e5f87fc10c63fac Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Tue, 23 Apr 2013 12:29:01 -0400 Subject: [PATCH] added CHANGES.txt --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..6947a32 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,4 @@ +2013-04-23 (jvanasco) + - added ssl_verify param to Twython config. + option defaults to `True` and is proxied to the `requests` library client + can be set to `False`, which better supports local testing