--- a/script/lib/tweetstream/CHANGELOG Tue Jan 18 18:25:18 2011 +0100
+++ b/script/lib/tweetstream/CHANGELOG Fri Jul 01 10:15:32 2011 +0200
@@ -41,4 +41,14 @@
- Removed a spurious print statement left over from debugging
- Introduced common base class for all tweetstream exceptions
- - Make sure we raise a sensible error on 404. Include url in desc of that error
\ No newline at end of file
+ - Make sure we raise a sensible error on 404. Include url in desc of that error
+
+0.3.6
+
+ - Added LocationStream class for filtering on location bounding boxes.
+
+1.0.0
+
+ - Changed API to match latest twitter endpoints. This adds SampleStream and
+ FilterStream and deprecates TweetStream, FollowStream, LocationStream,
+ TrackStream and ReconnectingTweetStream.