* Added `User.watchlist_movies` and `User.watchlist_shows` properties to the `trake.users.User` class. Thanks a904guy! (32)
2.2.4
++++++++++++++++++
* Fix a bug with authentication prompts on Python 2.x. Thanks Dreamersoul (30)
2.2.3
++++++++++++++++++
Fix a bug with loading calendars of `TVEpisode` objects. Thanks Dreamersoul (28) Fix a bug with `TVEpisode.__str__` (and some others) not properly escaping non-ascii characters on Python 2.x (27)
2.2.2
++++++++++++++++++
* Fix a bug loading `trakt.calendar.SeasonCalendar` (25) * Added new personalized Calendar classes to `trakt.calendar` module
2.2.1
++++++++++++++++++
* Add default values to non-critical `dict.get` calls (23) * Updated some documentation.