--------------------------
New Features
- Add API for account/settings (PR 596)
- Added RateLimitError for easily working with the rate limit. (Issue 600, PR 611) obskyr
- Allow include_email param for verify_credentials API (PR 623)
- Added support for the "filter_level" parameter for the streaming API (PR 619)
Bug Fixes
- Streaming: don't decode stream bytes until json.decode (PR 606)
- Typo fix on _add_list_members, _remove_list_members properties. (PR 593)
- Fixes issue 570 - add "exception" when raising one
- Change raise in streaming.py to raise exception (PR 621)