Bug Fixes
* Links in comment content are now properly displayed as links rather than simply the domain name
* Changed get_all_results to return either ResultList or CommentList to allow for comment flattening
* Replace <a> tags (non-embed ones) in comment content by simply the href value of the tag
* Fixed bug with getting more results from ResultList for blogs and reviews
New Features
* Add __contains__ for ResultList, CommentList and Search
* All get_comments now have access to the show_deleted kwarg
* Added Review id attribute
* Added attribute for Agree and Disagree Review links
* Added helper methods for finding object within sequences (find and get)
New Client Methods
* Added support for adding comments
* Added support for deleting comments
* Added support for undeleting comments
* Added support for editing comments
* Added support for adding reviews to pages
* Added support for deleting review from page