CHANGELOG in youtube-0.8.0 vs CHANGELOG in youtube-0.8.5

- old
+ new

@@ -1,4 +1,17 @@ +* 2007/02/12 + +- [drummr77] Added fix to check if returned video response contains an + Array or not. Return nil instead of erroring out. + +- [drummr77] Fixed Video.length accessor. Changed to Video.length_seconds. + +- [drummr77] Added new API methods: + youtube.videos.list_by_related (with paging), + youtube.videos.list_by_playlist (with paging), + youtube.videos.list_by_category (with paging) + youtube.videos.list_by_category_and_tag (with paging) + * 2006/11/15 - [drummr77] Applied a modified version of the patch sent in by Lucas Carlson that uses a more functional style of programming in the API calls.