From: Joshua Roesslein Date: Mon, 20 Jan 2014 18:30:22 +0000 (-0800) Subject: Add more changelog notes for 2.2 release. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc7a7241a37c059c2ee29367b5bd4e7420a03ed8;p=tweepy.git Add more changelog notes for 2.2 release. [skip ci] --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 83846f9..120b660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ Version 2.2 "disconnect" messages arrive from Twitter before connection is killed. - https://dev.twitter.com/docs/streaming-apis/messages#Disconnect_messages_disconnect - [Compare View](https://github.com/tweepy/tweepy/compare/2.1...2.2) + - Use HTTPS by default. + - Support setting the starting cursor postion (ex: Ex: + Cursor(api.friends_ids, cursor=123456)) + - Added API.cached_result instance flag that is "True" when cached result is returned. + - New Streaming client callbacks + - on_event(status): called when new events arrive + - on_direct_message(status): called when a new direct message + arrives. + - Improvements to streaming client re-connection behavior / + configuration. +(https://github.com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54) Version 2.1 -----------