Skip to content

Commit

Permalink
doc(changelog): prepare release v3.11.0 (#584)
Browse files Browse the repository at this point in the history
* doc(changelog): prepare release v3.11.0

* doc(changelog): add collect totals error handling to changelog

* Update CHANGELOG.md

---------

Co-authored-by: Thorsten Essig <[email protected]>
  • Loading branch information
IvanMaidurov and tessig authored Jul 3, 2024
1 parent 3cbc8ab commit 7bacb18
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog

## v3.11.0 [upcoming]
## v3.12.0 [upcoming]

## v3.11.0

**search**
* The fake search service now interprets the passed sort options.


**cart**
* add possibility to get price in main currency for a payment method
* during add to cart delivery method is now saved in context
* **Fix:** error returned by `collectTotals(cart)` in DefaultCartBehaviour is now bubbled up

**product**
* **Fix:** price in loyalty points, during calculation of loyalty charge, is now rounded mathematically according to possible currency fractions

## v3.10.0

Expand Down

0 comments on commit 7bacb18

Please sign in to comment.