CHANGELOG.md in sk_api_schema-0.8.4 vs CHANGELOG.md in sk_api_schema-0.8.5

- old
+ new

@@ -1,22 +1,21 @@ # SalesKing API Changelog See [commit messages](https://github.com/salesking/sk_api_schema/commits/) for details. -Also signup to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter/) to stay up-to-date !!! +Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter/) to stay up-to-date !!! ##2013-08 +* fix docs for POST invoices/ID/payments to create payments +* add auto_send setting for recurring, opens invoice,creates pdf, sends email * add recurring_id for invoices referencing the recurring from which the invoice was created -* add filter\[recurring_ids] to invoices, recurring links to all invoices +* add filter\[recurring_ids] to invoices +* add link to all invoices in recurring * add filter\[status] to all documents * add log field for emails, keeping potential error log * add BCC, CC, FROM fields for email templates * add items array to documents to be used instead of line_items -* Deprecate line_items - -** doc.items vs doc.line_items ** - -ONLY use ONE as long as both items and line_items are present! +* Deprecate line_items **! doc.items vs doc.line_items !** ONLY use ONE as long as both items and line_items are present! When updating objects we cannot figure out which array changed. In this case we prefer line_items for backwards compatibility. When using items: make sure to remove line_items before submitting an updated document!