Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8ff0257

Browse files
author
Phil Varner
committed
update changelog with removed method note
1 parent 88f91b2 commit 8ff0257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212

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

1818
### Changed
@@ -27,6 +27,7 @@ none
2727

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

3132
### Fixed
3233

0 commit comments

Comments
 (0)