doc/files/ChangeLog_txt.html in adwords4r-19.2.1 vs doc/files/ChangeLog_txt.html in adwords4r-19.3.0
- old
+ new
@@ -17,19 +17,38 @@
<h1>
ChangeLog.txt
</h1>
<ul class="files">
<li>ChangeLog.txt</li>
- <li>Last modified: Wed Sep 15 16:52:02 +0100 2010</li>
+ <li>Last modified: Fri Oct 22 18:37:41 +0100 2010</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>
+19.3.0
+</p>
+<ul>
+<li>Added support for CustomerSyncService, ServicedAccountService and
+UserListService in v201008.
+
+</li>
+<li>Added several examples for new services.
+
+</li>
+<li>Updated get_conversion_optimizer_eligibility.rb to new fields in v201008.
+
+</li>
+<li>Removed CSV files and utility methods; they’ve been deprecated by the
+documentation.
+
+</li>
+</ul>
+<p>
19.2.0
</p>
<ul>
<li>Added support for v201008.
@@ -129,11 +148,11 @@
</li>
<li>Added ‘module’ method to all the services. This returns a
reference to the module containing all the classes for the service, so the
full class name isn’t necessary. For example,
service_object.module::ClassName instead of
-AdWords::V13::SomeService::ClassName Using this will also make it easier to
-upgrade between API versions, since it removes the need for hardcoded
+AdWords::V13::SomeService::ClassName. Using this will also make it easier
+to upgrade between API versions, since it removes the need for hardcoded
numbers.
</li>
<li>Added ‘use_mcc’ property to the API object to make it easier to
make requests at the MCC level. Setting it to true will make all requests
\ No newline at end of file