Skip to content

Commit

Permalink
chore: prepare changelog for release (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Maidurov <ivan.maidurov@omnevo.net>
  • Loading branch information
tessig and IvanMaidurov committed Aug 21, 2023
1 parent 370741b commit 2ce6a27
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,12 +1,21 @@
# Changelog
## v3.8.0 [upcoming]

## v3.8.1 [upcoming]

## v3.8.0

**sourcing**
* Introduce constant `MaxSourceQty` to indicate unlimited stock.

**cart**
* DefaultBehavior: consider discounts when updating cart item row prices
* Make the cart merge strategy configurable, this strategy handles how a guest cart is transformed into a customer cart.
The following strategies can be set via the config `commerce.cart.mergeStrategy`:
* `merge` (default): Merge the content of the guest and customer cart
* `replace`: Replace the customer cart with the guest cart content
* `none`: Don't do anything, guest cart is lost during customer sign-in.
* Telephone in Address is now deprecated. To distinguish phone number parts new fields were introduced: TelephoneCountryCode,
TelephoneAreaCode, TelephoneNumber. Changes are expected to be non-breaking.

## v3.7.0

Expand Down

0 comments on commit 2ce6a27

Please sign in to comment.