diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 15:53:44 +0100 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 15:53:44 +0100 |
commit | 2702a3b647785c06bf21ba0b6b36cacef2f8ee1f (patch) | |
tree | ba1f14bdcadc6eec7af2068a0f8f3221cfba7021 /user_guide_src/source/changelog.rst | |
parent | 9af0746825a1af1c463462c10bdff70f58ded72a (diff) |
Fixed coding style & line length.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 55146308f..6f246e3a0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -317,8 +317,7 @@ Release Date: Not Released - Added unicode support for product names. - 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()``. + - Changed ``update()`` method to support updating all properties attached to an item and not to require 'qty'. - :doc:`Image Manipulation Library <libraries/image_lib>` changes include: |