diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 14:21:13 +0100 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 14:21:13 +0100 |
commit | 4321cb0912ad24d78b851a9f39c688cab0341c96 (patch) | |
tree | aa8361280bbf35cd0d38e6369396335e625714db /user_guide_src/source/changelog.rst | |
parent | b79d75d21fc9438679ed0552b8cd4042db80b8f6 (diff) |
Removed the requirment of quantity to trigger cart update.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 36ddbc92e..55146308f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -318,6 +318,7 @@ Release Date: Not Released - Added support for disabling product name strictness via the ``$product_name_safe`` property. - Changed ``insert()`` method to auto-increment quantity for an item when inserted twice instead of resetting it. - Changed ``update()`` method to support updating all properties attached to an item. + - Removed the requirment of quantity to trigger ``update()``. - :doc:`Image Manipulation Library <libraries/image_lib>` changes include: |