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*