diff --git a/CHANGELOG b/CHANGELOG index 5d87ee92..382d6fb4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +1 January 2015 +Version 0.3.82 + +[Feature] - get_playlist2() command with new interface and support for + playlists longer than 200 videos (ids1024) +[Bugfix] - Fix ZeroDivisionError (cpnielsen) (#125) + +------------------------------------------------------------------------------- + 20 December 2015 Version 0.3.80 diff --git a/pafy/pafy.py b/pafy/pafy.py index c78451d1..68a88f86 100644 --- a/pafy/pafy.py +++ b/pafy/pafy.py @@ -26,7 +26,7 @@ from __future__ import unicode_literals -__version__ = "0.3.80" +__version__ = "0.3.82" __author__ = "np1" __license__ = "LGPLv3"