Skip to content

Commit

Permalink
[api] Add CHANGELOG entries for products+images API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jun 8, 2013
1 parent 264b3e6 commit 066a582
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*

0 comments on commit 066a582

Please sign in to comment.