Add more changelog notes for 2.2 release.
authorJoshua Roesslein <jroesslein@gmail.com>
Mon, 20 Jan 2014 18:30:22 +0000 (10:30 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Mon, 20 Jan 2014 18:30:22 +0000 (10:30 -0800)
[skip ci]

CHANGELOG.md

index 83846f9dd1745350fcebce9bd7e29ba38e2f6af6..120b660dbe5f69bcd9b79e4c1e5a0986f48e5587 100644 (file)
@@ -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
 -----------