From 066a582fea673338858520e2f5ffd558f4d1a22d Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Thu, 6 Jun 2013 10:34:10 -0700 Subject: [PATCH] [api] Add CHANGELOG entries for products+images API changes --- api/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 6598d4fd29e..a4af0f38557 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,9 @@ ## Spree 2.1.0 (unreleased) ## -* No changes. +* The Products API endpoint now returns an additional key called `display_price`, which is the proper rendering of the price of a product. + + *Ryan Bigg* + +* The Images API's `attachment_url` key has been removed in favour of keys that reflect the current image styles available in the application, such as `mini_url` and `product_url`. Use these now to references images. + + *Ryan Bigg*