Skip to content

Commit ae151a7

Browse files
committed
release notes
[ci skip]
1 parent c3c8f94 commit ae151a7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG-WIP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# WIP Release notes for Commerce 5.6
22

33
- Shipping rule categories are now eager loaded on shipping rules automatically. ([#4220](https://github.com/craftcms/commerce/issues/4220))
4-
- Added `craft\commerce\services\ShippingRuleCategories::getShippingRuleCategoriesByRuleIds()`.
4+
- Added `craft\commerce\services\ShippingRuleCategories::getShippingRuleCategoriesByRuleIds()`.
5+
- Cart controller actions that accept an explicit cart number are now rate limited to mitigate enumeration attacks.
6+
- Cart numbers are now generated using a cryptographically secure random number generator.

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## Unreleased
44

5-
- Cart controller actions that accept an explicit cart number are now rate limited to mitigate enumeration attacks.
6-
- Cart numbers are now generated using a cryptographically secure random number generator.
75
- Fixed a SQL error that could occur when querying for unfulfilled orders on PostgreSQL. ([#4228](https://github.com/craftcms/commerce/issues/4228))
86
- Fixed an error that could occur when resaving variants. ([#4226](https://github.com/craftcms/commerce/issues/4226))
97

0 commit comments

Comments
 (0)