From 212975c9419bfeb7626bca6b5caf72fd29c0981f Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 15 Oct 2018 09:41:54 -0300 Subject: [PATCH] 3.4.6 changelog --- CHANGELOG.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b319f72b4d7..888f3534859 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ == Changelog == += 3.4.6 - 2018-10-11 = +* Fix - Security issues +* Fix - Allow percent coupons with sale restrictions to apply to carts with sale items in them. #21241 +* Fix - Prevent multiple slashing of variation's SKU. #21019 + = 3.4.5 - 2018-08-29 = * Fix - Tweak sanitization when resetting password cookie. #20901 * Fix - Use `+` instead of `array_merge` when appending parent to tax class to fix issues with numeric tax class names. #20916