diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 70d6bfe3e..60e868b05 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,21 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +7.9.4 +-------------------------------------------------------------------- + * Shop and Cart changes + + This release contains a rework of the shopping cart to make it faster to checkout. Please + review the following list of changes; + + * If no shipping address is entered for an item, it will not display the cart's shipping address. + + * Visitors no longer have address books. To have an address book, users must log in. + + * Users are still, at this point, required to login before they can checkout. The point where + the user must be logged in has been moved back in the checkout process. Before a user is allowed + to enter in any address information, they must be logged in. + 7.9.3 -------------------------------------------------------------------- * Test:Deep, which had been an optional dependency for testing, has been used