README.rdoc in semrush-3.0.15 vs README.rdoc in semrush-3.0.16

- old
+ new

@@ -91,13 +91,20 @@ data = report.competitors_organic # for a domain data = report.competitors_adwords # for a domain data = report.competitors_organic_by_adwords # for a domain data = report.competitors_adwords_by_organic # for a domain data = report.related # keywords related report for a phrase + data = report.fullsearch # phrase fullsearch report + data = report.history_adwords # ads history for either a domain or a phrase For more information about the report types, please read http://www.semrush.com/api.html == ChangeLog + +=== 3.0.16, 2014-07-21 + +* Add support for fullsearch reports +* Add support for Adwords history reports === 3.0.15, 2013-06-26 * activesupport dependency to >= 3.2.0 to support rails 4