Skip to content

Commit

Permalink
Corrected changelog
Browse files Browse the repository at this point in the history
- Updated CHANGELOG
  • Loading branch information
deanblackborough committed Jun 5, 2020
1 parent e5f8969 commit 2a36bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The complete changelog for the Costs to Expect REST API, our changelog follows t
- We have added search to the resource-types summary endpoint.
- We have updated the transfers collection; you can filter the results by an `item` ID.
- We have updated the partial transfers collection; you can filter the results by an `item` ID.
- We have added additional filtering options for collections. We have added `total` and `actualised_total` range filtering for the `allocated-expense` item type and `total` range filtering for the `simple-expense` item type.

### Changed
- We have added the documentation URI to the README and API; the documentation for the API is work in progress; it is almost complete.
Expand Down
3 changes: 2 additions & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function gtag(){dataLayer.push(arguments);}
<li>We have added search to the resource-types summary endpoint.</li>
<li>We have updated the transfers collection; you can filter the results by an `item` ID.</li>
<li>We have updated the partial transfers collection; you can filter the results by an `item` ID.</li>
<li>We have added additional filtering options for collections. We have added `total` and `actualised_total` range filtering for the `allocated-expense` item type and `total` range filtering for the `simple-expense` item type.</li>
</ul>

<h3>Changed</h3>
Expand All @@ -233,6 +234,7 @@ function gtag(){dataLayer.push(arguments);}
<li>We have altered the format of the category and subcategory object for item relationships; the returned object is now a closer match to a category object.</li>
<li>We have updated the URIs for item category and subcategory assignments; the URI was singular for a collection.</li>
<li>We have updated the item delete endpoint; we did not return a conflict error before removing relationships.</li>
<li>We have tweaked the `type` for expense fields; we highlight that the supplied value should be a decimal string.</li>
</ul>

<h3>Fixed</h3>
Expand All @@ -246,7 +248,6 @@ function gtag(){dataLayer.push(arguments);}
<li>We have added a database migration to update the `friendly_name` and `examples` data for `item-types`.</li>
<li>We have updated the delete item request; we delete the transfer log entries for the item.</li>
<li>We have updated two `item-type` summary endpoints to show they are sortable by `name`.</li>
<li>We have tweaked the `type` for expense fields; we highlight that the supplied value should be a decimal string.</li>
</ul>

<h3>Removed</h3>
Expand Down

0 comments on commit 2a36bb9

Please sign in to comment.