CHANGELOG.textile in tlconnor-xero_gateway-1.0.2 vs CHANGELOG.textile in tlconnor-xero_gateway-1.0.3

- old
+ new

@@ -1,10 +1,16 @@ -h2. 1.0.2, releases 04/12/2008 +h2. 1.0.3, released 09/12/2008 +* Major refactorings to DRY out gateway.rb +* Removed all messages classes in favour of invoice.to_xml and Invoice.from_xml(element) +* Added unit tests for the handing of errors from Xero + +h2. 1.0.2, released 04/12/2008 + * Added implementation of GET /api.xro/1.0/tracking -h2. 1.0.1, releases 02/12/2008 +h2. 1.0.1, released 02/12/2008 * Added implementation of GET /api.xro/1.0/accounts * Replaced Invoice.id, Contact.id etc with Invoice.invoice_id, Contact.contact_id to avoid Object.id errors