added CHANGES.txt

This commit is contained in:
jonathan vanasco 2013-04-23 12:29:01 -04:00
parent bae92f235f
commit 62b984eb61

4
CHANGES.txt Normal file
View file

@ -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