diff --git a/CHANGELOG b/CHANGELOG index ca1afd9d..002feb22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +11 February 2018 +Version 0.5.4 + +[Bugfix] Fix bug in views/likes/comments (@kiorky) (#171) +[Update] Do not automatically fall back to buggy internal backend (can be + overridden with an environmental variable) (@ids1024) +[Update] Support UU playlist urls (@sedden) (#176) +[Update] Support FL playlist urls (@zetasyanthis) (#177) +[Feature] Support KB/MB/GB download progress (@ritiek) (#178) +[Feature] Add API for channels (@vn-ki) (#196) + +------------------------------------------------------------------------------- + 15 January 2017 Version 0.5.3.1 diff --git a/pafy/__init__.py b/pafy/__init__.py index ced2576f..ba37eb89 100644 --- a/pafy/__init__.py +++ b/pafy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.3.1" +__version__ = "0.5.4" __author__ = "np1" __license__ = "LGPLv3"