diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-25 16:35:04 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-25 16:35:04 +0200 |
commit | 0f5f73adf60638d85bae51a70c4998c8feb8d2ca (patch) | |
tree | 6d17b8d73aeb6e6f4bd9ccd41506695c393f2276 /user_guide_src | |
parent | cdeee661db2438cc65304f704ab4bcebeccb9b7d (diff) |
[ci skip] Alter a changelog entry
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0933212e9..1a4d2237f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -173,7 +173,7 @@ Release Date: Not Released - Added *max_filename_increment* config setting. - Added an "index" parameter to the ``data()`` method. - :doc:`Cart library <libraries/cart>` changes include: - - It now auto-increments quantity instead of just resetting it, this is the default behaviour of large e-commerce sites. + - ``insert()`` now auto-increments quantity for an item when inserted twice instead of resetting it, this is the default behaviour of large e-commerce sites. - *Product Name* strictness can be disabled by switching the ``$product_name_safe`` property to FALSE. - Added method ``remove()`` to remove a cart item, updating with quantity of 0 seemed like a hack but has remained to retain compatibility. - Added method ``get_item()`` to enable retrieving data for a single cart item. |