Added changelog entries
This commit is contained in:
parent
53be6fb3d2
commit
fdad5c7c5f
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
- Checkout create account test would fail if configuration value `addresses.customer.billing.email` was not `john.doe@example.com`
|
- Checkout create account test would fail if configuration value `addresses.customer.billing.email` was not `john.doe@example.com`
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- The e2e test `order-status-filters.test.js` now uses the API to create orders
|
||||||
|
|
||||||
# 0.1.3
|
# 0.1.3
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- Factories for variable product, variation, and grouped product
|
- Factories for variable product, variation, and grouped product
|
||||||
|
- New function to create orders by batch using the orders API
|
||||||
|
|
||||||
# 0.1.5
|
# 0.1.5
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue