Update HISTORY

[ci skip]
This commit is contained in:
Mike Helmick 2013-05-29 11:40:14 -04:00
parent 71ea58cf6f
commit 81a6802c63

View file

@ -12,6 +12,7 @@ History
- Added ``disconnect`` method to ``TwythonStreamer``, allowing users to disconnect as they desire - Added ``disconnect`` method to ``TwythonStreamer``, allowing users to disconnect as they desire
- Updated ``TwythonStreamError`` docstring, also allow importing it from ``twython`` - Updated ``TwythonStreamError`` docstring, also allow importing it from ``twython``
- No longer raise ``TwythonStreamError`` when stream line can't be decoded. Instead, sends signal to ``TwythonStreamer.on_error`` - No longer raise ``TwythonStreamError`` when stream line can't be decoded. Instead, sends signal to ``TwythonStreamer.on_error``
- Allow for (int, long, float) params to be passed to Twython Twitter API functions in Python 2, and (int, float) in Python 3
2.10.0 (2013-05-21) 2.10.0 (2013-05-21)
++++++++++++++++++ ++++++++++++++++++