From b25d311edf3dd793ec86b5f17960ce9263c13631 Mon Sep 17 00:00:00 2001 From: Michael Logvin <mlogvin@ebay.com> Date: Thu, 30 Apr 2015 17:36:11 +0300 Subject: [PATCH] MAGETWO-33528: M2 GitHub Update (version 0.74.0-beta7) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb49f5168e6..ddcbc8c2cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Refactored controller actions in the Checkout area * Refactored controller actions in the Tax area * Implemented new look & feel for the Edit Order page (View/Edit Order) + * Replaced the end-to-end test for Onepage Checkout with online shipment methods with the scenario test * Fixed bugs * Fixed an issue where a success message was absent when adding a product with options from Wishlist to Shopping Cart * Fixed an issue where an exception was thrown when trying to sort Customer Groups by Tax Class @@ -12,6 +13,10 @@ * Fixed an issue with Mini Shopping Cart containing extra empty space * GitHub issues * [#1173] (https://github.com/magento/magento2/pull/1173) -- Change to HttpClient4 from Java client; fix regex issues + * [#1185] (https://github.com/magento/magento2/pull/1185) -- Error message for duplicated phrases not allowed in Generator.php + * [#1199] (https://github.com/magento/magento2/pull/1199) -- Add Event for sales_order_state_change_before during Order->saveState() + * [#1201] (https://github.com/magento/magento2/pull/1101) -- Add customer_validate event + * [#1202] (https://github.com/magento/magento2/pull/1102) -- Email sending events 0.74.0-beta6 ============= -- GitLab