From ca9f9bb0a4e2abf23c99738c61c6137304288389 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Wed, 18 Sep 2024 14:07:10 +0200 Subject: [PATCH] having an issue? create an issue --- content/news/releases/prestashop-8-2-0-available.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/news/releases/prestashop-8-2-0-available.md b/content/news/releases/prestashop-8-2-0-available.md index 39e436ab76..6e2f5b03d4 100644 --- a/content/news/releases/prestashop-8-2-0-available.md +++ b/content/news/releases/prestashop-8-2-0-available.md @@ -34,6 +34,8 @@ A [new hook is available](https://github.com/PrestaShop/PrestaShop/pull/36657) f [`CartLazyArray` has been introduced](https://github.com/PrestaShop/PrestaShop/pull/36575) as a first step to improve the performance of the cart object. This class is a lazy array that will only load the cart data when needed. This change introduced minor backward compatibility breaks, but it will be beneficial for the performance. +If you are a developer and encounter any issues with this change, please let us know by [creating a new issue](https://github.com/PrestaShop/PrestaShop/issues/new?assignees=&labels=Bug%2CNew&projects=&template=1_bug_report.yml) on GitHub. + **Improvement of the Mail class** The `reply-to` parameter [is no longer allowed](https://github.com/PrestaShop/PrestaShop/pull/36576) to be the same as the `to` parameter in the `Mail` class. This change has been made to prevent emails from being marked as spam.