Skip to content

Commit

Permalink
update changelog with removed method note
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed Jan 8, 2025
1 parent 88f91b2 commit 8ff0257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Endpoint `/orders/{order_id}/statuses` supporting `GET` for retrieving statuses. The entity returned by this conforms
to the change proposed in [stapi-spec#239](https://github.com/stapi-spec/stapi-spec/pull/239).
- RootBackend has new methods `get_order_statuses` and `set_order_status`
- RootBackend has new method `get_order_statuses`
- `*args`/`**kwargs` support in RootRouter's `add_product` allows to configure underlyinging ProductRouter

### Changed
Expand All @@ -27,6 +27,7 @@ none

- Endpoint `/orders/{order_id}/statuses` supporting `POST` for updating current status was added and then
removed prior to release
- RootBackend method `set_order_status` was added and then removed

### Fixed

Expand Down

0 comments on commit 8ff0257

Please sign in to comment.