Skip to content

Commit

Permalink
Merge branch 'release/2.9.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Oct 16, 2016
2 parents 04ed9b4 + d6788ff commit e8fcf0b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2.9.0 (2016-10-16)
------------------
**Added**
- Properties:
- :code:`Person.listed_at`
- :code:`Video.action`
- Methods:
- :code:`Trakt['sync/history'].get`
- :code:`Trakt['sync/history'].shows`
- :code:`Trakt['sync/history'].movies`

**Changed**
- Updated :code:`SyncMapper` to support flat iterators
- Methods:
- :code:`Trakt['sync/ratings'].get`
- Flat iterator will now be returned if no :code:`media` parameter is provided
- :code:`Trakt['sync/watchlist'].get`
- Pagination is now supported, can be enabled with :code:`pagination=True`
- :code:`media` parameter can now be specified as :code:`None` to return all items (with no type filter)

**Fixed**
- Pagination wouldn't work correctly if a starting page was specified

2.8.0 (2016-09-17)
------------------
**Added**
Expand Down
2 changes: 1 addition & 1 deletion trakt/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.0'
__version__ = '2.9.0'

0 comments on commit e8fcf0b

Please sign in to comment.